/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: reboot
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

/* BLOCK 1 HEADER */
.site-header {
	box-shadow: none;
}

@media (min-width: 992px) {
    .header-html-1, .header-html-2 {
        padding: 0;
    }
}

.header-html-1 {
	display: flex;
	align-items: center;
}

.header-html-1 .btn-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: .8em;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    padding: 8px 16px;
    border: 1.5px solid #ffffff;
    border-radius: 10px;
	color: #ffffff;
	margin-right: 12px;
	line-height: 1.2;
	box-sizing: border-box;
}

.header-html-1 .btn-outline:hover {
    border-color: #ff4200;
	color: #ff4200 !important;
}

.header-html-1 .btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: .8em;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    padding: 8px 16px;
	background: #ff4200;
	border: 1.5px solid #ff4200;
	border-radius: 10px;
	margin-right: 12px;
    position: relative;
	overflow: hidden;
	line-height: 1.2;
	box-sizing: border-box;
}

.header-html-1 .btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255, 255, 255, 0.4) 50%,
        transparent 100%
    );
    transition: left 0.4s ease;
}

.header-html-1 .btn-primary:hover::before {
    left: 100%;
}

.top-menu ul li a {
    opacity: 1 !important;
	color: #ffffff !important;
}

.top-menu ul li a:hover {
    color: #ffffff !important;
}

.top-menu>ul>li>a:before, .top-menu>ul>li>span:before {
    background: #ff4200 !important;
}
/* BLOCK 1 HEADER */

/* POLYLANG LANGUAGE SWITCHER */
.pll-parent-menu-item {
	position: relative;
	list-style: none;
	display: inline-block;
}

.pll-parent-menu-item > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    padding: 8px 16px;
    color: #ffffff;
    line-height: 1.2;
	gap: 10px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	height: 33.92px;
	background: #404040;
	border-radius: 10px;
}

.pll-parent-menu-item > a:hover {
	background: #404040;
	border-radius: 10px;
}

/* Custom flag sizing */
.pll-parent-menu-item img.custom-flag,
.pll-parent-menu-item img {
	width: 20px !important;
	height: 20px !important;
	border-radius: 50%;
	object-fit: cover;
	margin: 0 !important; /* Override inline styles */
	display: block;
}

.pll-parent-menu-item span {
	margin-left: 0 !important; /* Override inline style */
	line-height: 1;
}

/* Dropdown menu */
.pll-parent-menu-item .sub-menu {
	position: absolute;
	top: 100%;
	right: 0; /* Align right */
	background-color: #262626;
	border: 1.5px solid #404040;
	border-radius: 10px;
	padding: 8px 8px;
	margin: 8px 0 0 0;
	min-width: 100px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.5);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s ease;
	list-style: none;
	z-index: 9999;
}

.pll-parent-menu-item:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	display: block !important; /* Override inline display: none */
}

.pll-parent-menu-item .sub-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pll-parent-menu-item .sub-menu li:not(:last-child) {
	margin-bottom: 8px;
}

.pll-parent-menu-item .sub-menu a {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    color: #c8c8c8;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: .8em;
    border-radius: 10px;
	height: 33.92px;
}

.pll-parent-menu-item .sub-menu a:hover,
.pll-parent-menu-item .sub-menu li.current-lang a {
	background-color: #404040;
	color: #ffffff;
}
/* POLYLANG LANGUAGE SWITCHER */

/* BLOCK 2 HERO BLOCK */
.hero-row {
  display: flex;
  align-items: center;
  gap: 30px;
}
.hero-content { flex: 1; }
.hero-mockup { flex: 1; min-width: 0; }

/* YouTube / responsive 16:9 в hero */
.hero-video-embed {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 10px;
	background: #0d0d0d;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

.hero-video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.hero-content h1 {
	margin-bottom: 0;
	color: #ffffff;
}

.hero-description {
	color: #c8c8c8;
}

.word-switcher {
  display: block;
  position: relative;
  overflow: hidden;
}

.word-switcher-item {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: max-content;
  opacity: 0;
  visibility: hidden; /* Добавляем скрытие для неактивных элементов */
  transform: translateY(100%);
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s ease;
  font-weight: 700;
  font-size: 2.4375em;
  color: #ff4200;
}

.word-switcher-item.active {
  position: relative;
  opacity: 1;
  visibility: visible; /* Показываем только активный */
  transform: translateY(0);
}

.word-switcher-item.out {
  opacity: 0;
  visibility: hidden; /* Скрываем уходящий элемент */
  transform: translateY(-100%);
}

.hero-buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.hero-buttons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: .8em;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 20px;
	background: #ff4200;
	border: 1.5px solid #ff4200;
	border-radius: 10px;
    position: relative;
	color: #ffffff;
	overflow: hidden;
	box-sizing: border-box;
	line-height: 1.2;
}

.hero-buttons a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255, 255, 255, 0.4) 50%,
        transparent 100%
    );
    transition: left 0.4s ease;
}

.hero-buttons a:hover::before {
    left: 100%;
}

.hero-buttons a:hover {
	color: #ffffff;
}

.hero-buttons button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 20px;
    border: 1.5px solid #ffffff;
    border-radius: 10px;
	background: none;
    color: #ffffff;
	box-sizing: border-box !important;
    line-height: 1.2 !important;
}

.hero-buttons button:hover {
    border-color: #ff4200;
	color: #ff4200;
}

.hero-buttons button:focus {
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 10px;
    color: #ffffff;
	border: 1.5px solid #ffffff;
	outline: none;
}

.hero-buttons button svg {
	margin-right: 5px;
}
/* BLOCK 2 HERO BLOCK */

/* VIDEO POPUP */
.video-popup-overlay {
  display: none;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 2147483647 !important;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(4px);
  align-items: center;
  justify-content: center;
  transform: translateZ(0);
}

.video-popup-overlay.active {
  display: flex;
}

.video-popup-container {
  position: relative;
  width: 90%;
  max-width: 960px;
}

.video-popup-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.video-popup-close:hover {
  opacity: 1;
}

.video-popup-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}

.video-popup-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* VIDEO POPUP */

/* BLOCK 3 ПОЛОСА C ЦИФРАМИ */
.stats-grid {
  display: flex;
  gap: 30px;
}

.stats-item {
  flex: 1;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  background: #262626;
  font-weight: 700;
}

.stats-value {
  font-size: 32px;
  font-weight: 700;
  color: #ff4200;
  margin-bottom: 10px;
}

.stats-label {
  font-size: 16px;
  color: #c8c8c8;
}
/* ПОЛОСА C ЦИФРАМИ */

/* BLOCK 4 ТВОЙ ОБЫЧНЫЙ ВТОРНИК */
.tuesday-row {
  display: flex;
  align-items: center;
  gap: 30px;
}

.tuesday-content {
  flex: 1;
}

.tuesday-content h2 {
  font-weight: 700;
}

.tuesday-content p {
  color: #c8c8c8;
}

.tuesday-content .highlight-box {
  color: #ff4200;
}

.tuesday-card {
  flex: 1;
  background: #262626;
  border-radius: 10px;
  overflow: hidden;
}

.tuesday-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #404040;
}

.tuesday-card-title {
  font-weight: 700;
  text-transform: uppercase;
}

.tuesday-card-title img {
	max-width: 18px;
	height: 18px;
	vertical-align: sub;
}

.tuesday-card-time {
  font-weight: 700;
  color: #ff4200;
}

.tuesday-steps {
  padding: 8px 24px 16px;
}

.tuesday-step {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #404040;
}

.tuesday-step:last-child {
  border-bottom: none;
}

.tuesday-step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c8c8c8;
  font-weight: 700;
}

.tuesday-step p {
  margin: 0;
  color: #c8c8c8;
}

.tuesday-step em {
  color: #c8c8c8;
  font-weight: 700;
}

.tuesday-step:hover .tuesday-step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff4200;
  color: #ffffff;
  border-radius: 50%;
}

.tuesday-step .highlight-box {
  color: #ff4200;
}
/* BLOCK 4 ТВОЙ ОБЫЧНЫЙ ВТОРНИК */

/* BLOCK 5 — Разница в цене */
.price-compare-row {
  display: flex;
  align-items: center;
  gap: 30px;
}

.price-compare-left {
  flex: 1;
}

.price-compare-right {
  flex: 1;
}

.price-compare-left h2 {
  font-weight: 700;
  color: #ffffff;
}

.price-compare-left p {
	color: #c8c8c8;
}

.price-compare-left .highlight-box {
  color: #ff4200;
}

.price-card {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
}

.savings-card {
  background: #262626;
  padding: 15px 20px;
  border-radius: 10px;
}

.savings-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}

.savings-row:last-child {
  border-top: 1.5px solid #404040;
}

.savings-label {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
}

.savings-value {
  font-size: 16px;
  font-weight: 700;
  color: #ff4200;
}
/* BLOCK 5 — Разница в цене */

/* BLOCK 6 — Устаревшие метрики */
.metrics-row {
  display: flex;
  align-items: center;
  gap: 30px;
}

.metrics-content {
  flex: 1;
}

.metrics-content h2 {
  font-weight: 700;
  color: #ffffff;
}

.metrics-content p {
	color: #c8c8c8;
}

.highlight-red {
  color: #ff4200;
}

.metrics-cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.metrics-cards-row {
  display: flex;
  gap: 16px;
}

.metric-card {
  flex: 1;
  background: #262626;
  border-radius: 10px;
  border: 2px solid #eee;
  overflow: hidden;
}

.metric-card--outdated {
  border-color: #ef4444;
}

.metric-card--actual {
  border-color: #22c55e;
}

.metric-card-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  padding: 16px;
  text-align: center;
}

.metric-card-list {
  padding: 0 20px 14px;
}

.metric-card-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
}

.metric-card-label {
  font-size: 14px;
  color: #c8c8c8;
}

.metric-card-value {
  font-size: 14px;
  font-weight: 700;
  color: #22c55e;
}

.metric-card--outdated .metric-card-value {
  color: #ef4444;
}

.metrics-conclusion {
  background: #262626;
  border-radius: 10px;
  padding: 20px 24px;
}

.metrics-conclusion-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff4200;
  margin-bottom: 8px;
}

.metrics-conclusion p {
  margin: 0;
  color: #c8c8c8;
}
/* BLOCK 6 — Устаревшие метрики */

/* BLOCK 7 — Как работает */
.how-section h2 {
  font-weight: 700;
  color: #ffffff;
}

.highlight-box {
  color: #ff4200;
}

.how-row {
  display: flex;
  gap: 30px;
  align-items: center;
}

.how-left {
  flex: 1;
}

.how-right {
  flex: 1;
}

.how-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.how-step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.how-step-num {
  font-size: 28px;
  font-weight: 700;
  color: #ff4200;
  flex-shrink: 0;
  min-width: 40px;
}

.how-step-body {
  flex: 1;
}

.how-step-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
  padding-bottom: 3px;
  border-bottom: 3px solid #171717;
}

.how-step:hover .how-step-title {
  border-bottom: 3px solid #ff4200;
}

.how-step-body p {
  color: #c8c8c8;
  margin: 0;
}
/* BLOCK 7 — Как работает */

/* BLOCK 8 — Возможности */
.capabilities-header h2 {
  font-weight: 700;
  color: #ffffff;
  flex-shrink: 0;
}

.capabilities-intro {
  font-size: 16px;
  color: #c8c8c8;
}

.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.cap-card {
  position: relative;
  background: #262626;
  border-radius: 10px;
  padding: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 16px;
}

.cap-card::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 5px;
  background: #ff4200;
  border-radius: 10px 0 0 10px;
  opacity: 0;
}

.cap-card:hover::before {
  opacity: 1;
}

.cap-card-num {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff4200;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}

.cap-card:hover .cap-card-num {
  width: 50px;
  height: 50px;
  background: #ff4200;
  color: #ffffff;
  border-radius: 50%;
  flex-shrink: 0;
}

.cap-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px;
  flex: 1 1 0;
  min-width: 0;
}

.cap-card-desc {
  width: 100%;
  font-size: 14px;
  color: #c8c8c8;
  margin: 0;
}

.cap-card--third {
  grid-column: span 1;
}

.cap-card--twothirds {
  grid-column: span 2;
}
/* BLOCK 8 — Возможности */

/* BLOCK 9 — графики динамики */
.dynamics-graph-row {
	display: flex;
    align-items: center;
    gap: 30px;
}

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

.dynamics-graph__list li {
    position: relative;
    font-size: 16px;
    color: #c8c8c8;
    padding: 4px 0 4px 12px;
}

.dynamics-graph__list li::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0.85em;
    width: 6px;
    height: 6px;
    background: #ff4200;
    border-radius: 50%;
}

.dynamics-graph-image {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 16px;
}

.dynamics-graph-conclusion {
    background: #262626;
    border-radius: 10px;
    padding: 20px 24px;
}

.dynamics-graph-conclusion-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff4200;
    margin-bottom: 8px;
}

.dynamics-graph-conclusion p {
    margin: 0;
    color: #c8c8c8;
}

/* BLOCK 10 — Полоса c SEO метриками для фильтрации */
.seo-metrics-strip {
	overflow: hidden;
}

.seo-metrics-strip__title {
	font-weight: 700;
	color: #ffffff;
}

.seo-metrics-strip__track-wrap {
	overflow: hidden;
	mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
	-webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
	cursor: grab;
	user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

.seo-metrics-strip__track-wrap--grabbing {
	cursor: grabbing;
}

.seo-metrics-strip__track {
	display: flex;
	flex-wrap: nowrap;
	gap: 0;
	width: max-content;
}

.seo-metrics-strip__item {
	flex-shrink: 0;
	padding: 10px 20px;
	margin-right: 16px;
	background: #262626;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
	color: #c8c8c8;
	white-space: nowrap;
}

/* BLOCK 10 — Полоса c SEO метриками для фильтрации */

/* BLOCK 11 — Сравнительная таблица SerpMode vs биржи */
.compare-table-block__title {
	font-weight: 700;
	color: #ffffff;
}

.compare-table-wrap {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	border-radius: 10px;
	/* Убираем overflow: hidden, чтобы скролл работал правильно на мобильных */
	-webkit-overflow-scrolling: touch;
}

.compare-table {
	width: 100%;
	min-width: 100%; /* По умолчанию таблица занимает 100% и сжимается */
	border-collapse: collapse;
	background: #262626;
}

.compare-table__th,
.compare-table__td {
	padding: 10px 24px;
	vertical-align: middle;
	border-bottom: 1px solid #404040;
}

.compare-table__th--feature {
	background: #404040;
	color: #ffffff;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	width: 45%;
}

.compare-table__th--serpmode {
	background: #404040;
	color: #ff4200;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	width: 20%;
}

.compare-table__th--exchanges {
	background: #404040;
	color: #ffffff;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	width: 35%;
}

.compare-table__td--feature {
	background: #262626;
	color: #c8c8c8;
	font-size: 15px;
}

.compare-table__td--serpmode {
	text-align: center;
}

.compare-table__td--exchanges {
	background: #262626;
	text-align: center;
}

.compare-table__check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	color: #22c55e;
	font-size: 18px;
	font-weight: 700;
}

.compare-table__cross {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ef4444;
	font-size: 18px;
	font-weight: 700;
}

.compare-table__note {
	color: #c8c8c8;
	font-size: 14px;
}

.compare-table tbody tr:last-child .compare-table__td {
	border-bottom: none;
}
/* BLOCK 11 — Сравнительная таблица SerpMode vs биржи */

/* BLOCK 12 — Для кого (слайдер) */
.for-who-block__title {
	font-weight: 700;
	color: #ffffff;
}

.for-who-slider {
	position: relative;
}

.for-who-slider__viewport {
	overflow: hidden;
	touch-action: pan-y pinch-zoom;
	cursor: grab;
	user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

.for-who-slider__viewport--grabbing {
	cursor: grabbing;
}

.for-who-slider__track {
	display: flex;
	gap: 30px;
	transition: transform 0.3s ease;
	will-change: transform;
}

.for-who-slider__track .for-who-card {
	min-width: 0;
}

.for-who-slider__dots {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
}

.for-who-slider__dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #262626;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: background 0.2s;
	outline: none;
}

.for-who-slider__dot:focus {
	outline: none;
}

.for-who-slider__dot:hover {
	background: #404040;
}

.for-who-slider__dot.is-active {
	background: #ff4200;
	transform: scale(1.2);
}

.for-who-card {
	position: relative;
	background: #262626;
	border-radius: 10px;
	padding: 28px;
	border: 2px solid #262626;
	transition: border-color 0.2s;
	overflow: hidden;
	flex-shrink: 0;
}

.for-who-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	background: #ff4200;
	border-radius: 10px 0 0 10px;
	opacity: 0;
	transition: opacity 0.2s;
}

.for-who-card:hover::before {
	opacity: 1;
}

.for-who-card__title {
	font-size: 22px;
	font-weight: 700;
	color: #ff4200;
	margin: 0 0 16px;
}

.for-who-card__desc {
	font-size: 14px;
	color: #c8c8c8;
	margin: 0 0 10px;
}

.for-who-card__list {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}

.for-who-card__list li {
	position: relative;
	font-size: 14px;
	color: #c8c8c8;
	padding: 4px 0 4px 12px;
}

.for-who-card__list li::before {
	content: "";
	position: absolute;
	left: -8px;
	top: 0.85em;
	width: 6px;
	height: 6px;
	background: #ff4200;
	border-radius: 50%;
}
/* BLOCK 12 — Для кого (слайдер) */

/* BLOCK 13 — Блог */
.blog_section {
	display: none;
}
/* BLOCK 13 — Блог */

/* BLOCK 14 — Отзывы */
.reviews_section {
	display: none;
}
/* BLOCK 14 — Отзывы */

/* BLOCK 15 — Тарифы */
.tariffs-block__title {
	font-weight: 700;
	color: #ffffff;
}

.tariffs-tabs {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 30px;
}

.tariffs-tab-wrap {
	position: relative;
	display: inline-flex;
}

.tariffs-badge {
	position: absolute;
	top: -16px;
	right: -16px;
	display: inline-block;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 700;
	color: #000000;
	background: #ffb300;
	border-radius: 10px;
	white-space: nowrap;
	z-index: 1;
}

.tariffs-tab {
	padding: 10px 20px;
	font-size: .8em;
	font-weight: 700;
	color: #ffffff;
	background: none;
	border: 1.5px solid #ffffff;
	border-radius: 10px;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	box-sizing: content-box;
    line-height: normal;
}

.tariffs-tab:focus {
	outline: none;
}

.tariffs-tab:hover {
	border-color: #ff4200;
	color: #ff4200;
}

.tariffs-tab.is-active {
	background: #ff4200;
	border-color: #ff4200;
	color: #ffffff;
}

.tariffs-table-wrap {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	border-radius: 10px;
	-webkit-overflow-scrolling: touch;
}

.tariffs-block .tariffs-table {
	width: 100%;
	min-width: 100%;
}

.tariffs-block .compare-table__th--feature {
	width: 40%;
}

.tariffs-table__th--plan {
	background: #404040;
	text-align: center;
	vertical-align: top;
	padding: 16px 24px;
}

.tariffs-table__plan-name {
	display: block;
	font-size: 16px;
	color: #ffffff;
}

.tariffs-table__price-wrap {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 10px;
	margin-bottom: 4px;
	flex-wrap: wrap;
}

.tariffs-table__price-old {
	font-size: 12px;
	color: #c8c8c8;
	text-decoration: line-through;
}

.tariffs-table__price {
	font-size: 18px;
	font-weight: 700;
	color: #c8c8c8;
}

.tariffs-table__savings {
	display: inline-flex;
	flex-direction: row;
	gap: 4px;
	align-items: center;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 700;
	color: #000000;
	background: #ffb300;
	border-radius: 10px;
	line-height: 1.2;
}

.tariffs-table__savings-label {
	display: block;
}

.tariffs-table__savings-value {
	display: block;
	white-space: nowrap;
}

.tariff-btn-primary {
	margin-top: 14px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 20px;
    background: #ff4200;
    border: 1.5px solid #ff4200;
    border-radius: 10px;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 1.2;
}

.tariff-btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent 0%,
        rgba(255, 255, 255, 0.4) 50%,
        transparent 100%
    );
    transition: left 0.4s ease;
}

.tariff-btn-primary:hover {
	color: #ffffff;
}

.tariff-btn-primary:hover::before {
    left: 100%;
}

.tariff-btn-primary:focus {
	font-weight: 700;
    padding: 10px 20px;
    border-radius: 10px;
    color: #ffffff;
	border: 1.5px solid #ff4200;
	outline: none;
}

.tariff-btn-primary:visited {
    color: #ffffff;
}

.tariffs-table__group td {
	background: #262626;
	color: #ffffff;
	font-weight: 700;
	font-size: 14px;
	padding: 10px 24px;
	border-bottom: 1px solid #404040;
	text-align: center;
	text-transform: uppercase;
}

.tariffs-block .compare-table__td--feature {
	background: #262626;
	text-align: left !important;
}

.tariffs-block .compare-table__td {
	background: #262626;
	text-align: center;
	color: #c8c8c8;
}
/* BLOCK 15 — Тарифы */

/* BLOCK 16 — Частые вопросы */
.faq-block__title {
	font-weight: 700;
	color: #ffffff;
}

.faq-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.faq-item {
	background: #262626;
	border-radius: 10px;
	overflow: hidden;
}

.faq-item__trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 16px 24px;
	background: none;
	border: none;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
	outline: none;
	transition: color 0.2s;
}

.faq-item__trigger:hover {
	color: #ff4200;
}

.faq-item__trigger:focus {
	outline: none;
}

.faq-item__question {
	flex: 1;
	padding-right: 16px;
	color: #ff4200;
}

.faq-item__icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff4200' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center;
	background-size: contain;
	transition: transform 0.25s ease;
}

.faq-item.is-open .faq-item__icon {
	transform: rotate(180deg);
}

.faq-item__content {
	padding: 10px 24px;
	border-top: 1px solid #404040;
}

.faq-item__content p {
	margin: 0;
	padding: 0 0 0 0;
	color: #c8c8c8;
	font-size: 15px;
	line-height: 1.6;
}
/* BLOCK 16 — Частые вопросы */

/* BLOCK 17 — Финальный CTA */
.cta-block__inner {
	text-align: center;
	background: #262626;
	border-radius: 10px;
	padding: 48px 32px;
}

.cta-block__title {
	font-weight: 700;
	color: #ffffff;
}

.cta-block__text {
	font-size: 18px;
	color: #c8c8c8;
}

.cta-block__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	padding: 14px 28px;
	background: #ff4200;
	border: 1.5px solid #ff4200;
	border-radius: 10px;
	color: #ffffff !important;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	line-height: 1.2;
}

.cta-block__btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		120deg,
		transparent 0%,
		rgba(255, 255, 255, 0.4) 50%,
		transparent 100%
	);
	transition: left 0.4s ease;
}

.cta-block__btn:hover::before {
	left: 100%;
}

.cta-block__btn:hover {
	color: #ffffff;
}

.cta-block__note {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px 12px;
	font-size: 14px;
	color: #c8c8c8;
	margin: 20px 0 0;
}

.cta-block__note span {
	display: inline-flex;
	align-items: center;
}

.cta-block__note span:not(:first-child)::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #c8c8c8;
	border-radius: 50%;
	margin-right: 12px;
}
/* BLOCK 17 — Финальный CTA */

/* FOOTER — Иконки платежей и соцсетей */
.footer-icons-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 32px;
}

.footer-payments {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.footer-social {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.footer-icon-wrap {
	display: inline-flex;
	align-items: center;
}

.footer-icon {
	height: 32px;
	width: auto;
	display: block;
}

.widget-find-error {
	color: #c8c8c8;
	padding: 16px 26px;
	border: 1.5px solid #404040;
	border-radius: 10px;
}

.widget-find-error p {
	margin-bottom: 0px;
}

.footer-info {
	color: #c8c8c8;
	max-width: 320px;
}

.footer-widget a {
	color: #c8c8c8;
}

.footer-widget a:hover {
	color: #ff4200;
}
/* FOOTER — Иконки платежей и соцсетей */

/* МОБИЛЬНАЯ ВЕРСТКА */
/* МОБИЛЬНАЯ ВЕРСТКА - HEADER */
@media (min-width: 992px) and (max-width: 1200px) {
  .site-logotype {
    max-width: 175px !important;
    margin-right: 0;
  }

  .top-menu {
	font-size: .7em;
  }
  
  .top-menu ul li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-html-1 .btn-outline {
    font-size: .7em;
    padding: 8px 15px;
}

	.header-html-1 .btn-primary {
		font-size: .7em;
		padding: 8px 15px;
	}

	.pll-parent-menu-item > a {
		font-size: .7em;
		padding: 8px 15px;
		height: 32px;
	}

	.pll-parent-menu-item img.custom-flag,
	.pll-parent-menu-item img {
		width: 18px !important;
		height: 18px !important;
}

	.pll-parent-menu-item .sub-menu a {
		padding: 8px 15px;
		font-size: .7em;
		height: 32px;
	}

}

@media (max-width: 768px) {
  .header-html-1 {
    justify-content: center;
  }

  .header-html-1 .btn-outline {
    font-size: .7em;
    padding: 8px 16px;
	margin-right: 12px;
	white-space: nowrap;
	flex-shrink: 0;
}

	.header-html-1 .btn-primary {
		font-size: .7em;
		padding: 8px 16px;
		white-space: nowrap;
		flex-shrink: 0;
	}

		.pll-parent-menu-item > a {
		font-size: .7em;
		padding: 8px 16px;
		height: 32px;
	}

	.pll-parent-menu-item .sub-menu a {
		padding: 8px 16px;
		font-size: .7em;
		height: 32px;
	}
	
	.pll-parent-menu-item img.custom-flag,
	.pll-parent-menu-item img {
		width: 18px !important;
		height: 18px !important;
}
}

/* МОБИЛЬНАЯ ВЕРСТКА - HERO_BLOCK */
@media (min-width: 992px) and (max-width: 1200px) {
	.hero-content h1 {
		font-size: 2.2em;
	}

	.word-switcher-item {
		font-size: 2.2em;
	}

	.hero-description {
		font-size: 14px;
	}
}

@media (max-width: 992px) {
	.hero-row {
		display: block;
	}

	.hero-content h1 {
		font-size: 2.4375em;
	}

	.word-switcher-item {
		font-size: 2.4375em;
	}

	.hero-description {
		font-size: 16px;
	}
	.hero-buttons {
		margin-top: 20px;
		justify-content: center;
	}
	
	.hero-mockup {
		margin-top: 20px;
	}

	.section-block, .section-html {
        padding: 40px 40px 0 40px;
    }
}

@media (max-width: 550px) {
	.hero-content h1 {
		font-size: 1.65em;
	}

	.word-switcher-item {
		font-size: 1.65em;
	}

	.hero-description {
		font-size: 14px;
	}
}

@media (max-width: 450px) {
	.hero-buttons {
		flex-direction: column;
		align-items: stretch;
	}
	
	.hero-buttons a, 
	.hero-buttons button {
		width: 100%;
	}
}

/* МОБИЛЬНАЯ ВЕРСТКА - STATS GRID */
@media (max-width: 991px) {
	.stats-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 767px) {
	.stats-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 530px) {
	.stats-grid {
		grid-template-columns: 1fr;
	}
}

/* МОБИЛЬНАЯ ВЕРСТКА - ТВОЙ ОБЫЧНЫЙ ВТОРНИК */
@media (max-width: 992px) {
	.tuesday-row {
		display: block;
	}
	
	.tuesday-card {
		margin-top: 30px;
	}

	.tuesday-content h2 {
		font-size: 1.9375em;
	}
}

@media (max-width: 550px) {
	.tuesday-content h2 {
		font-size: 1.65em;
	}

	.tuesday-content p {
		font-size: 14px;
	}

	.tuesday-card p {
		font-size: 14px;
	}

	.tuesday-card-title {
		font-size: 14px;
	}

	.tuesday-card-time {
		font-size: 14px;
	}
}

/* МОБИЛЬНАЯ ВЕРСТКА - РАЗНИЦА В ЦЕНЕ */
@media (max-width: 992px) {
	.price-compare-row {
		display: block;
	}
	
	.price-compare-right {
		margin-top: 16px;
	}

	.price-compare-left h2 {
		font-size: 1.9375em;
	}
}

@media (max-width: 550px) {
	.price-compare-left h2 {
		font-size: 1.65em;
	}

	.savings-label {
		font-size: 14px;
	}

	.savings-value {
		font-size: 14px;
	}
}

/* МОБИЛЬНАЯ ВЕРСТКА - МЕТРИКИ */
@media (max-width: 992px) {
	.metrics-row {
		display: block;
	}
	
	.metrics-cards {
		margin-top: 16px;
	}

	.metrics-content h2 {
		font-size: 1.9375em;
	}

	.metrics-content .highlight-red h2 {
		font-size: 1.9375em;
	}
}

@media (max-width: 550px) {
	.metrics-content h2 {
		font-size: 1.65em;
	}

	.metrics-content .highlight-red h2 {
		font-size: 1.65em;
	}

	.metrics-content p {
		font-size: 14px;
	}

	.metrics-content .highlight-red p {
		font-size: 14px;
	}

	.metrics-conclusion-title {
		font-size: 14px;
	}

	.metrics-conclusion p {
		font-size: 14px;
	}

	.metric-card-title {
		font-size: 12px;
	}

	.metric-card-label {
		font-size: 12px;
	}
	
	.metric-card-value {
		font-size: 12px;
	}
}

/* МОБИЛЬНАЯ ВЕРСТКА - КАК */
@media (max-width: 992px) {
	.how-row {
		display: block;
	}

	.how-right {
		margin-top: 16px;
	}

	.how-left h2 {
		font-size: 1.9375em;
	}

	.how-left .highlight-box h2 {
		font-size: 1.9375em;
	}
}

@media (max-width: 550px) {
	.how-left h2 {
		font-size: 1.65em;
	}

	.how-left .highlight-box h2 {
		font-size: 1.65em;
	}

	.how-step-title {
		font-size: 16px;
	}

	.how-step-body p {
		font-size: 14px;
	}

	.how-step-num {
		font-size: 24px;
	}
}
/* МОБИЛЬНАЯ ВЕРСТКА - КАК */

/* МОБИЛЬНАЯ ВЕРСТКА - ВОЗМОЖНОСТИ */
@media (max-width: 992px) {
	.capabilities-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 650px) {
	.capabilities-grid {
		display: flex;
		flex-direction: column;
	}
}
/* МОБИЛЬНАЯ ВЕРСТКА - ВОЗМОЖНОСТИ */

/* МОБИЛЬНАЯ ВЕРСТКА - ГРАФИКИ ДИНАМИКИ */
@media (max-width: 992px) {
	.dynamics-graph-row {
		display: block;
	}

	.dynamics-graph-left {
		margin-bottom: 16px;
	}

	.dynamics-graph-conclusion p {
		font-size: 14px;
	}

	.dynamics-graph__list li {
		font-size: 14px;
	}
}

/* МОБИЛЬНАЯ ВЕРСТКА - СРАВНЕНИЕ */
@media (max-width: 690px) {
	.compare-table {
		min-width: 500px; /* Минимальная ширина для адекватного отображения текста, дальше - скролл */
	}

	.compare-table__th--feature {
		font-size: 14px;
	}

	.compare-table__th--serpmode {
		font-size: 14px;
	}

	.compare-table__th--exchanges {
		font-size: 14px;
	}

	.compare-table__th, .compare-table__td {
		padding: 8px 14px;
	}

	.compare-table__td--feature {
		font-size: 13px;
	}
	
	.compare-table__note {
		font-size: 13px;
	}

	.compare-table__check {
		width: 18px;
		height: 18px;
	}

	.compare-table__cross {
		width: 18px;
		height: 18px;
	}
}
/* МОБИЛЬНАЯ ВЕРСТКА - СРАВНЕНИЕ */

/* МОБИЛЬНАЯ ВЕРСТКА - ТАРИФЫ */
@media (max-width: 1200px) {
	.tariffs-block .tariffs-table .compare-table__th--feature {
		width: 33%;
	}
	
	.tariffs-table__price-wrap {
		flex-direction: row;
		align-items: baseline;
		justify-content: center;
		flex-wrap: wrap;
		gap: 6px;
	}

	.tariffs-table__savings {
		flex-direction: row;
		gap: 4px;
	}
}

@media (max-width: 992px) {
	.tariffs-block .tariffs-table .compare-table__th--feature {
		width: 33%;
		padding: 10px 20px;
	}
	
	.compare-table__th--feature {
		font-size: 14px;
	}

	.tariffs-table__th--plan {
		padding: 10px 15px;
	}

	.tariffs-table__plan-name {
		font-size: 14px;
	}

	.tariffs-table__price-old {
		font-size: 10px;
	}

	.tariffs-table__price {
		font-size: 16px;
	}

	.tariffs-table__savings {
		font-size: 9px;
	}

	.tariffs-table__price-wrap {
		gap: 6px;
		margin-bottom: 0px;
	}

	.compare-table__td--feature {
		font-size: 13px;
	}

	.tariffs-block .compare-table__td {
		font-size: 13px;
	}

	.tariffs-table__group td {
		font-size: 13px;
	}
	
	.compare-table__check {
		width: 20px;
		height: 20px;
	}

	.compare-table__cross {
		width: 20px;
		height: 20px;
	}
	.tariff-btn-primary {
		margin-top: 10px;
		font-size: 12px;
		padding: 6px 12px;
	}
}

@media (max-width: 690px) {
	.tariffs-block .tariffs-table {
		min-width: 500px; /* Таблица не будет сжиматься меньше 500px, появится скролл */
	}

	.tariffs-table__th--plan {
		padding: 8px 10px;
	}

	.tariffs-table__plan-name {
		font-size: 13px;
	}

	.tariffs-table__price-old {
		font-size: 11px;
	}

	.tariffs-table__price {
		font-size: 14px;
	}

	.tariffs-table__savings {
		font-size: 9px;
		padding: 4px 6px;
	}
	
	.tariffs-block .compare-table__th--feature {
		font-size: 12px;
		padding: 8px 10px;
	}

	.tariffs-block .compare-table__td--feature {
		font-size: 12px;
		padding: 8px 10px;
	}

	.tariffs-block .compare-table__td {
		font-size: 12px;
		padding: 8px 10px;
	}

	.tariffs-table__group td {
		font-size: 12px;
		padding: 8px 10px;
	}
}

@media (max-width: 465px) {
	.tariffs-tabs {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 24px 12px;
	}
	
	.tariffs-tab-wrap {
		width: 100%;
		display: block;
	}
	
	.tariffs-tab {
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
}
/* МОБИЛЬНАЯ ВЕРСТКА - ТАРИФЫ */

/* МОБИЛЬНАЯ ВЕРСТКА - FAQ */
@media (max-width: 768px) {
	.faq-item__question {
		font-size: 14px;
	}

	.faq-item__content p {
		font-size: 13px;
	}
}
/* МОБИЛЬНАЯ ВЕРСТКА - FAQ */

/* МОБИЛЬНАЯ ВЕРСТКА - CTA БЛОК */
@media (max-width: 993px) {
	.cta-block {
		margin-bottom: 50px;
	}
}
/* МОБИЛЬНАЯ ВЕРСТКА - CTA БЛОК */

/* МОБИЛЬНАЯ ВЕРСТКА - FOOTER */
@media (min-width: 1200px) {
	.footer-widgets.footer-widgets-4 {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1.6fr;
	}
}

/* 404 PAGE */
.custom-404-main {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 70vh;
	padding: 0 0 40px 0;
}

.custom-404-section {
	text-align: center;
	max-width: 992px;
	width: 100%;
}

.seo-badge {
    display: inline-block;
    background: rgba(255, 66, 0, 0.1);
    color: #ff4200;
    border: 1.5px solid rgba(255, 66, 0, 0.2);
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.four-zero-four {
	font-size: 220px;
	font-weight: 700;
	line-height: 1;
	color: transparent;
	-webkit-text-stroke: 1.5px #404040;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 5px;
}

.four-zero-four .zero {
	color: #ff4200;
	-webkit-text-stroke: 0;
	display: inline-block;
	animation: floatZero 2s ease-in-out infinite;
}

@keyframes floatZero {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-25px);
	}
	100% {
		transform: translateY(0);
	}
}

.custom-404-title {
	font-size: 36px;
	font-weight: 800;
	color: #ffffff;
	margin: 0px 0px 20px 0px;
}

.custom-404-title .highlight {
	color: #ff4200;
}

.custom-404-section .subtitle {
	color: #c8c8c8;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 30px;
}

.custom-404-section .search-wrap {
	margin-bottom: 40px;
}

.custom-search-form {
	display: flex;
	background: #262626;
	border: 1.5px solid #404040;
	border-radius: 10px;
	overflow: hidden;
	padding: 5px;
}

.custom-search-form .search-field {
	flex-grow: 1;
	background: transparent;
	border: none;
	color: #c8c8c8;
	padding: 10px 20px;
	font-size: 16px;
	outline: none;
}

.custom-search-form .search-field:focus {
	background: transparent;
	color: #c8c8c8;
}

.custom-search-form .search-field::placeholder {
	color: #666666;
}

.custom-search-form .search-submit {
	background: #ff4200;
	border: none;
	border-radius: 10px;
	width: 44px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: 0;
}

.custom-search-form .search-submit svg {
	width: 36px;
	height: 36px;
}

.custom-404-section .cta-row {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.custom-404-section .cta-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ff4200;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 10px;
	border: 1.5px solid #ff4200;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}

.custom-404-section .cta-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	color: #ffffff;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 10px;
	border: 1.5px solid #ffffff;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
}

.custom-404-section .cta-secondary:hover {
	border-color: #ff4200;
	color: #ff4200;
}

@media (max-width: 767px) {
	.four-zero-four {
		font-size: 120px;
	}
	
	.custom-404-title {
		font-size: 28px;
	}
	
	.custom-404-section .subtitle {
		font-size: 14px;
	}

	.custom-search-form .search-submit {
		width: 40px;
		height: 40px;
	}

	.custom-search-form .search-submit svg {
		width: 30px;
		height: 30px;
	}

	.custom-search-form .search-field {
		padding: 8px 16px;
		font-size: 14px;
	}
}

@media (max-width: 550px) {
	.custom-404-section .cta-row {
		flex-direction: column;
		gap: 15px;
	}

	.custom-404-section .cta-primary,
	.custom-404-section .cta-secondary {
		width: 100%;
		box-sizing: border-box;
	}
}
/* 404 PAGE */

/* SEARCH PAGE */
.custom-no-results-section {
	margin: 0 0 40px 0;
	max-width: 992px;
	text-align: center;
}

.custom-no-results-subtitle {
	margin-bottom: 30px !important;
}

.custom-no-results-search {
	margin-bottom: 40px !important;
}
/* SEARCH PAGE */

/* EMPTY CATEGORY */
.no-results.not-found p {
	color: #c8c8c8;
}

.no-results.not-found form {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	max-width: 100%;
	background: #262626;
	border: 1.5px solid #404040;
	border-radius: 10px;
	overflow: hidden;
	padding: 6px 6px 6px 8px;
	margin-bottom: 40px;
	box-sizing: border-box;
}

.no-results.not-found form > label {
	flex: 1 1 0%;
	min-width: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.no-results.not-found form .search-field {
	flex: 1 1 auto;
	min-width: 0;
	width: 100%;
	background: transparent;
	border: none;
	color: #c8c8c8;
	padding: 10px 20px;
	font-size: 16px;
	outline: none;
}

.no-results.not-found form .search-field:focus {
	background: transparent;
	color: #c8c8c8;
}

.no-results.not-found form .search-field::placeholder {
	color: #666666;
}

.no-results.not-found form .search-submit {
	position: relative;
	flex: 0 0 auto;
	align-self: center;
	margin: 0;
	flex-shrink: 0;
	background: #ff4200;
	border: none;
	border-radius: 10px;
	width: 44px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: 0;
}

.search-form .search-submit:hover:before {
	color: #ffffff;
}

.search-form .search-submit {
	position: relative;
	right: auto;
	top: auto;
	bottom: auto;
}

.search-form .search-submit:before,
.search-form .search-submit::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	line-height: 1;
	content: "🔍";
	font-size: 1.7em;
	font-weight: 700;
	color: #ffffff;
}

.no-results.not-found form .search-submit svg {
	width: 36px;
	height: 36px;
}

.search-screen .search-form {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.search-screen .search-form > label {
	flex: 1 1 0%;
	min-width: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.search-screen .search-form .search-field {
	flex: 1 1 auto;
	min-width: 0;
	width: 100%;
}

.search-screen .search-form .search-submit {
	position: relative;
	flex: 0 0 auto;
	margin: 0;
	flex-shrink: 0;
}
/* EMPTY CATEGORY */

/* CONTACTS PAGE */
	.contacts-page-hero {
		background: #262626;
		padding: 52px 24px 44px;
		border-radius: 10px;
		text-align: center;
		position: relative;
		overflow: hidden;
	}

	.contacts-page-hero h1 {
		font-size: 50px;
		color: #ffffff;
		position: relative;
		margin-bottom: 10px;
	}

	.contacts-page-hero p {
		font-size: 15px;
		color: #c8c8c8;
		margin-bottom: 0;
	}

	.contacts-page-hero .btn-get-started {
		display: inline-flex !important;
		align-items: center !important;
		padding: 14px 28px !important;
		background: #ff4200 !important;
		color: #ffffff !important;
		font-size: 14px !important;
		font-weight: 700 !important;
		text-transform: uppercase !important;
		border-radius: 10px !important;
		cursor: pointer !important;
		text-decoration: none !important;
		justify-content: center !important;
		margin-top: 16px !important;
		position: relative !important;
		overflow: hidden !important;
		line-height: 1.2 !important;
		box-sizing: border-box !important;
	}

	.contacts-page-hero .btn-get-started::before {
		content: "";
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background: linear-gradient(
			120deg,
			transparent 0%,
			rgba(255, 255, 255, 0.4) 50%,
			transparent 100%
		);
		transition: left 0.4s ease;
	}

	.contacts-page-hero .btn-get-started:hover::before {
		left: 100%;
	}

	.contacts-page-main {
		flex: 1;
		margin: 0 auto;
		width: 100%;
		padding-top: 30px;
  	}

	.contacts-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 24px;
	}

	@media (max-width: 768px) {
		.contacts-grid {
			grid-template-columns: 1fr !important;
		}

		.contacts-card-company .company-grid {
			grid-template-columns: 1fr 1fr !important;
		}

		.contacts-card-company .company-grid > .company-row:nth-child(3) {
			grid-column: 1 / -1 !important;
		}

		.contacts-card-company .inn-row {
			display: grid !important;
			grid-template-columns: 1fr 1fr !important;
			grid-column: 1 / -1 !important;
		}

		.contacts-card-company .inn-row .company-row {
			grid-column: auto !important;
		}
	}

	.contacts-card {
		background: #262626;
		border-radius: 10px;
		padding: 32px;
		position: relative;
		overflow: hidden;
	}

	.contacts-card::before {
		content: '';
		position: absolute;
		top: 0; left: 0; right: 0;
		height: 2px;
		background: linear-gradient(90deg, #ff4200, #ff4200);
		opacity: 0;
		transition: opacity .3s;
  	}

	.contacts-card-icon {
		width: 46px; height: 46px;
		border-radius: 10px;
		background: #392117;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid #ff4200;
		flex-shrink: 0;
	}

	.contacts-card-head {
		display: flex;
		align-items: center;
		gap: 14px;
		margin-bottom: 12px;
	}

	.contacts-card-heading {
		min-width: 0;
	}

	.contacts-card-icon svg {
		width: 26px;
		height: 26px;
		color: #ff4200;
	}

	.contacts-card h2 {
		font-size: 18px;
		font-weight: 700;
		color: #ffffff;
		margin: 0 0 6px;
	}

	.contacts-card .subtitle {
		font-size: 14px;
		color: #c8c8c8;
		margin: 0;
	}

	.contacts-card .hours-list {
		list-style: none;
		padding: 0;
	}

	.contacts-card .hours-list li {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px 0;
		border-bottom: 1px solid #404040;
		font-size: 14px;
	}

	.contacts-card .hours-list li:last-child {
		border-bottom: none;
	}

	.contacts-card .hours-list .day {
		color: #c8c8c8;
		font-weight: 500;
	}

	.contacts-card .hours-list .time {
		color: #ffffff;
		font-weight: 700;
		font-size: 14px;
	}

	.contacts-card .badge-open {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		background: #1e3225;
		color: #49d97d;
		font-size: 11px;
		font-weight: 700;
		text-transform: uppercase;
		padding: 4px 10px;
		border-radius: 10px;
		border: 1px solid #49d97d;
		margin-bottom: 14px;
	}

	.contacts-card .badge-open::before {
		content: '';
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background: #49d97d;
	}

	.contacts-card .badge-open.is-closed {
		background: #351b1f;
		color: #ff6b6b;
		border-color: #ff6b6b;
	}

	.contacts-card .badge-open.is-closed::before {
		background: #ff6b6b;
	}

	.contacts-card-support {
		background: #262626;
		border-color: #ff4200;
	}

	.contacts-card-support .btn-support {
		display: inline-flex !important;
		align-items: center !important;
		gap: 10px !important;
		padding: 14px 28px !important;
		background: #ff4200 !important;
		color: #ffffff !important;
		font-size: 14px !important;
		font-weight: 700 !important;
		text-transform: uppercase !important;
		border: none !important;
		border-radius: 10px !important;
		cursor: pointer !important;
		text-decoration: none !important;
		width: 100% !important;
		justify-content: center !important;
		margin-bottom: 16px !important;
		position: relative !important;
		overflow: hidden !important;
		line-height: 1.2 !important;
		box-sizing: border-box !important;
	}

	.contacts-card-support .btn-support::before {
		content: "";
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background: linear-gradient(
			120deg,
			transparent 0%,
			rgba(255, 255, 255, 0.4) 50%,
			transparent 100%
		);
		transition: left 0.4s ease;
	}

	.contacts-card-support .btn-support:hover::before {
		left: 100%;
	}

	.contacts-card-support .btn-email {
		display: flex !important;
		align-items: center !important;
		gap: 16px !important;
		padding: 16px 20px !important;
		background: transparent !important;
		color: #ffffff !important;
		border: 1.5px solid #404040 !important;
		border-radius: 10px !important;
		cursor: pointer !important;
		text-decoration: none !important;
		width: 100% !important;
		justify-content: flex-start !important;
		position: relative !important;
		overflow: hidden !important;
		box-sizing: border-box !important;
		margin-bottom: 12px !important;
		transition: all 0.2s ease !important;
	}

	.contacts-card-support .btn-email:last-child {
		margin-bottom: 0 !important;
	}

	.contacts-card-support .btn-email:hover {
		border-color: #555555 !important;
		background: #ffffff05 !important;
		color: #ffffff !important;
	}

	.contacts-card-support .btn-email-icon {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		color: #888888 !important;
	}

	.contacts-card-support .btn-email-text {
		display: flex !important;
		flex-direction: column !important;
		gap: 4px !important;
		align-items: flex-start !important;
	}

	.contacts-card-support .btn-email-label {
		font-size: 14px !important;
		font-weight: 700 !important;
		letter-spacing: 0.5px !important;
		color: #ffffff !important;
		text-transform: uppercase !important;
		line-height: 1 !important;
	}

	.contacts-card-support .btn-email-address {
		font-size: 13px !important;
		color: #c8c8c8 !important;
		line-height: 1 !important;
	}

	.contacts-card-support .divider {
		display: flex;
		align-items: center;
		gap: 12px;
		margin: 14px 0 14px 0;
		font-size: 14px;
		color: #c8c8c8;
		text-transform: uppercase;
	}
	
	.contacts-card-support .divider::before, .contacts-card-support .divider::after {
		content: '';
		flex: 1;
		height: 1px;
		background: #404040;
	}

	.contacts-card-company {
		grid-column: 1 / -1;
	}

	.contacts-card-company .company-grid {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 0;
		width: 100%;
	}

	.contacts-card-company .company-row {
		padding: 14px 20px;
		border-radius: 8px;
		transition: background .2s;
		width: 100%;
		box-sizing: border-box;
	}

	.contacts-card-company .company-label {
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		color: #ffffff;
		margin-bottom: 4px;
	}

	.contacts-card-company .company-value {
    	font-size: 13px;
		color: #c8c8c8;
	}

  .contacts-card-company .company-address {
    grid-column: 1 / -1;
    border-top: 1px solid #404040;
    padding-top: 14px;
    margin-top: 4px;
  }

	.contacts-card-company .inn-row {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 0;
		border-top: 1px solid #404040;
		padding-top: 4px;
		margin-top: 4px;
		grid-column: 1 / -1 !important;
		width: 100%;
	}
/* CONTACTS PAGE */

/* ABOUT PAGE */
.hero-about {
    background: #262626;
    padding: 52px 24px 44px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-about h1 {
    font-size: 50px;
    color: #ffffff;
    position: relative;
    margin-bottom: 10px;
}

.hero-about-sub {
    font-size: 16px;
    color: #c8c8c8;
    margin-bottom: 0 !important;
}

.story-about {
    padding: 40px 0;
}

.story-about-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.story-about-text {
	color: #c8c8c8;
}

.story-about-text p {
	margin-bottom: 0 !important;
}

.story-about-text p:last-of-type {
	margin-top: 14px;
	margin-bottom: 0 !important;
}

.story-about-accent-block {
    background-color: #262626;
    border-radius: 10px;
    padding: 40px;
    position: relative;
	color: #c8c8c8;
}

.story-about-quote {
	margin: 0 !important;
}

.stats-about-text-block {
	margin-top: 24px;
	text-align: center;
	color: #c8c8c8;
}

.team-about {
	margin: 50px 0;
}

.team-about-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.team-about-text {
	color: #c8c8c8;
	margin-bottom: 0 !important;
}

.team-about-card {
    background-color: #262626;
    border-radius: 10px;
    overflow: hidden;
}

.team-about-card {
    background-color: #262626;
    border-radius: 10px;
    overflow: hidden;
}

.team-about-photo-wrap {
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
}

.team-about-photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.5s ease;
}

.team-about-photo-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to bottom, transparent, #262626);
    pointer-events: none;
}

.team-about-info {
    padding: 24px 32px 32px;
}

.team-about-name {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 14px;
}

.team-about-bio {
    font-size: 16px;
    color: #c8c8c8;
}

.roadmap-about {
    padding: 0px 24px 44px;
	border-radius: 10px;
	position: relative;
    overflow: hidden;
	margin-bottom: 30px;
}

.roadmap-about-header {
    margin-bottom: 30px;
}

.roadmap-about-header h2 {
	margin-bottom: 24px;
}

.roadmap-about-text {
	margin: 0 !important;
	color: #c8c8c8;
}

.roadmap-about-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    position: relative;
}

.roadmap-about-steps::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 10%;
    width: 80%;
    height: 2px;
    background: linear-gradient(90deg, #ff4200 0%, #ff4200 15%, #404040 35%, #404040 100%);
    z-index: 0;
}

.roadmap-about-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 0 8px;
}

.roadmap-about-node {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1.5px solid #404040;
    background-color: #262626;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: #c8c8c8;
    margin-bottom: 30px;
    flex-shrink: 0;
	transition: border-color 0.3s, background-color 0.3s, color 0.3s;
}

.roadmap-about-step--active .roadmap-about-node {
    background-color: #ff4200;
    border-color: #ff4200;
    color: #ffffff;
}

.roadmap-about-step:hover .roadmap-about-node {
    border-color: #ff4200;
    color: #ffffff;
}

.roadmap-about-card {
    background: #262626;
    border: 1.5px solid #404040;
    border-radius: 10px;
    padding: 18px 14px 20px;
    text-align: center;
    width: 100%;
	transition: border-color 0.2s, transform 0.2s;
}

.roadmap-about-step--active .roadmap-about-card {
    border-color: #ff420080;
}

.roadmap-about-step:hover .roadmap-about-card {
    border-color: #ff4200;
    transform: translateY(-4px);
}

.roadmap-about-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ff4200;
    background: rgba(255, 66, 0, 0.1);
    border: 1px solid rgba(255, 66, 0, 0.3);
    border-radius: 10px;
    padding: 2px 8px;
    margin-bottom: 10px;
}

.roadmap-about-title {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.35;
    word-break: break-word;
}

.roadmap-about-desc {
    font-size: 12px;
    color: #c8c8c8;
    margin-top: 5px;
    line-height: 1.4;
}

.cta-block-about__inner {
    text-align: center;
    background: #262626;
    border-radius: 10px;
    padding: 48px 32px;
}

.cta-block-about__btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1em !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    padding: 14px 28px !important;
    background: #ff4200 !important;
    border: 1.5px solid #ff4200 !important;
    border-radius: 10px !important;
    color: #ffffff !important;
    position: relative !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    line-height: 1.2 !important;
	margin-right: 14px !important;
}

.cta-block-about__btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		120deg,
		transparent 0%,
		rgba(255, 255, 255, 0.4) 50%,
		transparent 100%
	);
	transition: left 0.4s ease;
}

.cta-block-about__btn:hover::before {
	left: 100%;
}

.cta-block-about__btn-tariffs {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1em !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    padding: 14px 28px !important;
    border: 1.5px solid #ffffff !important;
    border-radius: 10px !important;
    color: #ffffff !important;
    position: relative !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    line-height: 1.2 !important;
}

.cta-block-about__btn-tariffs:hover {
	border: 1.5px solid #ff4200 !important;
	color: #ff4200 !important;
	background: none !important;
	background-size: none !important;
	transition: none !important;
}

.cta-block-about__note {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 12px;
    font-size: 14px;
    color: #c8c8c8;
    margin: 20px 0 0;
}

.cta-block-about__note span {
    display: inline-flex;
    align-items: center;
}

.cta-block-about__note span:not(:first-child)::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #c8c8c8;
    border-radius: 50%;
    margin-right: 12px;
}

@media (max-width: 1200px) {
	.roadmap-about {
		padding: 0 20px 40px;
	}

	.roadmap-about-header {
		margin-bottom: 24px;
	}

	.roadmap-about-steps {
		gap: 12px 8px;
	}

	.roadmap-about-steps::before {
		top: 24px;
		left: 8%;
		width: 84%;
	}

	.roadmap-about-step {
		padding: 0 4px;
	}

	.roadmap-about-node {
		width: 48px;
		height: 48px;
		font-size: 16px;
		margin-bottom: 20px;
	}

	.roadmap-about-card {
		padding: 14px 10px 16px;
	}

	.roadmap-about-title {
		font-size: 12px;
	}

	.roadmap-about-desc {
		font-size: 11px;
	}
}

@media (max-width: 992px) {
	.story-about-layout {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.team-about-text {
		font-size: 14px;
	}

	.team-about-name {
		font-size: 18px;
	}

	.team-about-bio {
		font-size: 14px;
	}

	.roadmap-about-steps::before {
		display: none;
	}

	.roadmap-about-steps {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 16px;
	}

	.roadmap-about-step {
		padding: 0;
	}

	.roadmap-about-step:nth-child(5) {
		grid-column: 1 / -1;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	.roadmap-about-node {
		margin-bottom: 16px;
	}
	
	.roadmap-about-badge {
		font-size: 10px;
	}

	.roadmap-about-title {
		font-size: 13px;
	}

	.roadmap-about-desc {
		font-size: 12px;
	}
}

@media (max-width: 768px) {
	.hero-about h1 {
		font-size: 36px;
	}

	.hero-about-sub {
		font-size: 14px;
	}

	.story-about-text {
		font-size: 14px;
	}

	.story-about-quote {
		font-size: 14px;
	}

	.story-about-accent-block {
		padding: 30px;
	}

	.stats-about-text {
		font-size: 14px;
	}

	.team-about-layout {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.cta-block-about__btn {
		font-size: 14px;
	}

	.cta-block-about__btn-tariffs {
		font-size: 14px;
	}

		.roadmap-about-steps {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.roadmap-about-text {
		font-size: 14px;
	}

	.roadmap-about-step:nth-child(5) {
		grid-column: auto;
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}

	.roadmap-about-step {
		flex-direction: row;
		align-items: center;
		gap: 16px;
		padding: 16px 0;
		border-bottom: 1px solid #404040;
	}

	.roadmap-about-step:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}

	.roadmap-about-step:first-child {
		padding-top: 0;
	}

	.roadmap-about-node {
		margin-bottom: 0;
		width: 44px;
		height: 44px;
		font-size: 15px;
	}

	.roadmap-about-card {
		text-align: left;
		flex: 1;
		min-width: 0;
		padding: 12px 14px 14px;
	}

	.roadmap-about-header h2 {
		font-size: clamp(22px, 5vw, 28px);
		margin-bottom: 16px;
	}
}

@media (max-width: 615px) {
	.cta-block-about__btn {
		margin-right: 0px;
		margin-bottom: 15px;
	}
}

@media (max-width: 550px) {
	.roadmap-about {
		padding: 0 16px 32px;
		margin-bottom: 24px;
	}

	.roadmap-about-step {
		gap: 12px;
		padding: 14px 0;
	}

	.roadmap-about-node {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}

	.roadmap-about-card {
		padding: 10px 12px 12px;
	}
}
/* ABOUT PAGE */

/* PAYMENTS PAGE */   
	.payments-hero {
		background: #262626;
		padding: 52px 24px 44px;
		border-radius: 10px;
		text-align: center;
		position: relative;
		overflow: hidden;
	}

    .payments-page-title {
      color: #ffffff;
      font-size: 50px;
      text-align: center;
      font-weight: 700;
    }

    .payments-card-title {
      color: #ffffff;
      font-size: 18px;
      font-weight: 700;
    }
    
    .payments-accent {
      color: #ff4200;
    }
    
    .payments-lead {
      color: #c8c8c8;
      font-size: 16px;
      text-align: center;
      margin-bottom: 30px;
    }

    .payments-logos {
      display: flex;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .payments-logo-chip {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 12px 14px;
      border-radius: 10px;
      background: #171717;
      color: #c8c8c8;
    }
    
    .payments-logo-chip img {
      display: block;
      height: 22px;
      width: auto;
      max-width: 128px;
      filter: saturate(1.05);
    }
    
    .payments-logo-chip span {
      font-size: 14px;
      font-weight: 600;
      color: #ffffff;
      white-space: nowrap;
    }

    .payments-grid {
      display: grid;
      gap: 30px;
      margin-top: 30px;
    }

    .payments-card {
      background: #262626;
      border-radius: 10px;
      padding: 22px;
    }

    .payments-card p {
      margin-bottom: 10px;
      font-size: 16px;
	  color: #c8c8c8;
    }

	.payments-card a {
		text-decoration: none;
	}
    
    .payments-card-head {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 8px;
    }
    
    .payments-chip-icon {
      width: 46px;
      height: 46px;
      border-radius: 10px;
      background: #392117;
      display: grid;
      place-items: center;
      flex: 0 0 auto;
      border: 1px solid #ff4200;
    }
    
    .payments-chip-icon img {
      width: 26px;
      height: 26px;
      display: block;
      object-fit: contain;
    }

    .payments-security {
      display: grid;
      gap: 14px;
      align-items: start;
    }
   
    @media (min-width: 900px) {
      .payments-grid {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width: 768px) {
		.payments-page-title {
			font-size: 36px;
		}

      .payments-grid {
        grid-template-columns: 1fr;
      }

      .payments-chip-icon {
        width: 40px;
        height: 40px;
      }

      .payments-chip-icon img {
        width: 22px;
        height: 22px;
      }

      .payments-card-title {
        font-size: 16px;
      }

      .payments-card p {
        font-size: 14px;
      }
    }
/* PAYMENTS PAGE */


/* OTHER ELEMENTS */
.breadcrumb a, .breadcrumb span {
	color: #ff4200;
}

.sidebar-none .entry-meta {
	margin-bottom: 10px;
}

.post-card:not(.post-card--small) .post-card__category {
	background: #ff4200;
}

.post-card__author:before, .post-card__comments:before, .post-card__date:before, .post-card__like:before, .post-card__views:before {
	color: #ff4200;
}

.post-card--standard:after {
	border-bottom: 3px double #ff4200;
}

.post-card__title a {
	color: #ffffff;
}

.post-card__date, .post-card__comments, .post-card__views {
	color: #c8c8c8;
}

.entry-author:before, .entry-comments:before, .entry-date:before, .entry-time:before, .entry-views:before {
	color: #ff4200;
}

.entry-label {
	color: #c8c8c8;
}

.entry-social .social-button {
	background: #262626;
}

.entry-social .social-button:hover {
    background: #404040;
    box-shadow: none;
}

.comment-respond .logged-in-as a {
	color: #ffb300;
	text-decoration: none;
	display: inline;
	padding: 2px 4px;
	border-radius: 4px;
	background: linear-gradient(to top, #ffb300 50%, transparent 50%);
	background-size: 100% 200%;
	background-position: top;
	transition: background-position 0.28s ease, color 0.28s ease;
}

.comment-respond .logged-in-as a:hover {
	background-position: bottom;
	color: #171717;
}

.comment-respond .comment-form-author input, .comment-respond .comment-form-author textarea, .comment-respond .comment-form-comment input, .comment-respond .comment-form-comment textarea, .comment-respond .comment-form-email input, .comment-respond .comment-form-email textarea, .comment-respond .comment-form-url input, .comment-respond .comment-form-url textarea {
	background: #171717;
    border: 1.5px solid #404040;
    border-radius: 10px;
}

.btn, .comment-respond .form-submit input {
	border-radius: 10px;
	box-shadow: none;
	background: #ff4200;
}

.input, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
	color: #c8c8c8;
}

.input:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=range]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
	color: #c8c8c8;
}

.comment-form-cookies-consent {
	color: #c8c8c8;
}

.table-of-contents {
	background: #262626;
	border-radius: 10px;
}

.table-of-contents ol li:before {
	margin-right: 0;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-thumb {
  background-color: #ffb300;
  border-radius: 10px;
}

.entry-content p {
	color: #c8c8c8;
	margin-bottom: 0.7em;
}

.comment-reply-title, .comments-title, .h1, .h2, .h3, .h4, .h5, .h6, .related-posts__header, .section-block__title, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 1em;
}

.entry-content a:not(.wp-block-button__link), .spanlink, .comment-reply-link, .pseudo-link, .widget_calendar a, .widget_recent_comments a, .child-categories ul li a {
	color: #ffb300;
	text-decoration: none;
	display: inline;
	padding: 2px 4px;
	border-radius: 4px;
	background: linear-gradient(to top, #ffb300 50%, transparent 50%);
	background-size: 100% 200%;
	background-position: top;
	transition: background-position 0.28s ease, color 0.28s ease;
}

.entry-content a:not(.wp-block-button__link):hover, .spanlink:hover, .comment-reply-link:hover, .pseudo-link:hover, .widget_calendar a:hover, .widget_recent_comments a:hover, .child-categories ul li a:hover {
	background-position: bottom;
	color: #171717;
}

.post-card__description {
	color: #c8c8c8;
}

.comment-form input::placeholder,
.comment-form textarea::placeholder {
	color: #c8c8c8;
}

.entry-content ul.wp-block-list {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 30px;
	color: #c8c8c8;
}

.entry-content ul.wp-block-list li {
	margin-top: .4em;
	margin-bottom: .4em;
}

.entry-content ul.wp-block-list>li:before {
	border: 2px solid #ff4200;
}

.entry-content ol.wp-block-list {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 30px;
	color: #c8c8c8;
}

.entry-content ol.wp-block-list li {
	margin-top: .4em;
	margin-bottom: .4em;
}

.entry-content ol.wp-block-list>li:before {
	color: #ff4200;
}

/* Таблица тарифов внутри записей: перебиваем стандартные стили .entry-content table */
.entry-content .tariffs-table-wrap,
.entry-content .compare-table-wrap {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	border-radius: 10px;
	-webkit-overflow-scrolling: touch;
}

.entry-content table.tariffs-table.compare-table {
	width: 100%;
	min-width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	background: #262626;
}

.entry-content table.tariffs-table.compare-table th,
.entry-content table.tariffs-table.compare-table td {
	padding: 10px 24px;
	vertical-align: middle;
	border: 0;
	border-bottom: 1px solid #404040;
	background: #262626;
	color: #c8c8c8;
}

.entry-content table.tariffs-table.compare-table th {
	background: #404040;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.entry-content table.tariffs-table.compare-table th:first-child,
.entry-content table.tariffs-table.compare-table td:first-child,
.entry-content table.tariffs-table.compare-table .compare-table__th--feature,
.entry-content table.tariffs-table.compare-table .compare-table__td--feature {
	width: 40%;
	text-align: left;
}

.entry-content table.tariffs-table.compare-table th:not(:first-child),
.entry-content table.tariffs-table.compare-table td:not(:first-child),
.entry-content table.tariffs-table.compare-table .compare-table__td {
	text-align: center;
}

.entry-content table.tariffs-table.compare-table .tariffs-table__th--plan {
	text-align: center;
	vertical-align: top;
	padding: 16px 24px;
}

.entry-content table.tariffs-table.compare-table .tariffs-table__group td {
	background: #262626;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.entry-content table.tariffs-table.compare-table tbody tr:last-child td {
	border-bottom: none;
}

.entry-content table.tariffs-table.compare-table a.tariff-btn-primary,
.entry-content table.tariffs-table.compare-table a.tariff-btn-primary:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 14px;
	padding: 10px 20px;
	border: 1.5px solid #ff4200;
	border-radius: 10px;
	background: #ff4200;
	color: #ffffff;
	font-size: .8em;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
}

.entry-content table.tariffs-table.compare-table a.tariff-btn-primary:hover,
.entry-content table.tariffs-table.compare-table a.tariff-btn-primary:focus {
	background: #ff4200;
	color: #ffffff;
}

@media (max-width: 690px) {
	.entry-content table.tariffs-table.compare-table {
		min-width: 500px;
	}

	.entry-content table.tariffs-table.compare-table th,
	.entry-content table.tariffs-table.compare-table td {
		padding: 8px 10px;
		font-size: 12px;
	}

	.entry-content table.tariffs-table.compare-table .tariffs-table__price {
		font-size: 14px;
	}
}