html,
body {
	font-family: sans-serif;
	font-size: 15px;
	margin: 0 auto;
	color: #1b1b1b;
	padding: 0;
	background-color: #fff;
}

a:visited,
a:hover,
a:link {
	text-decoration: none !important;

}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

h1,
h2,
h3 {
	margin: 0;
}

.fl {
	float: left;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

p {
	margin: 0 0 10px;
}

.mag0 {
	margin: 0 !important;
}

.magr10 {
	margin-right: 10px;
}

.magT40 {
	margin-top: 40px;
}

.magT10 {
	margin-top: 10px;
}

.relative {
	position: relative;
}

.img {
	max-width: 100%;
}

.container {
	max-width: 960px;
	margin: 0 auto;
}

.flex {
	display: flex;
}

.flex-a-i-center {
	align-items: center;
}

.center {
	text-align: center;
}

html:not(.tab-outline) *:focus {
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

header {
	border-bottom: 1px solid #efefef;
	background-color: #ffffff;
	position: relative;
	z-index: 9;
}

.head_nav {
	text-align: center;
	display: flex;
	align-items: center;
	position: relative;
}

.logo {
	margin: 20px 0 20px 0;
}

.logo img {
	height: 32px;
}

.logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo span {
	color: #1b1b1b;
	font-weight: 600;
	font-size: 16px;
	margin-left: 16px;
}

.language {
	float: right;
	position: absolute;
	right: 40px;
	color: #1b1b1b;
	cursor: pointer;
}


ul.nav {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #dfdfdf;
}

ul.nav li {
	padding: 0 30px;
}

ul.nav a {
	color: #4a474c;
	display: inline-block;
	padding: 30px 0;
}

ul.nav a.active {
	border-bottom: 2px solid #0C0C0C;
	font-weight: 600;
}

ul.nav a:hover {
	color: #0C0C0C;
}

.download-tiktok-video-online-section {
	padding: 50px 20px 20px;
}

h1.title,
h2.title,
h3.title {
	font-weight: 600;
	margin-bottom: 15px;
}

h1.title {

	color: #000;


}


p.title-description {
	color: #1b1b1b;
}

.search-form {
	margin: 28px 0 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search-form input {
	flex: 1 68%;
	border: 1px solid #d1dbe0;
	box-sizing: border-box;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 0px;
	height: 56px;
	padding: 17px 20px;
	font-size: 14px;
}

.btn-activecolor,
.btn-gray {
	background: #0C0C0C;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 0px;
	padding: 18px 40px;
	display: inline-block;
	border: none;
	color: #fdfdfe;
	font-size: 17px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s;

	box-shadow: 0 4px 4px 0 #00000040;
}

.btn-activecolor:hover {
	background: #FF4B33;
	color: #fff;
	box-shadow: none;
}

.download-tiktok-video-online-listitem {
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-evenly;
	width: 100%;
	margin-top: 40px;
}

.download-tiktok-video-online-listitem li {
	width: 30%;
	background: #fff;
	border: 1px solid #eee;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 0px;
	margin: 0 8px 0 0;
}

.download-tiktok-video-online-listitem li:nth-child(3n) {
	margin-right: 0;
}

.download-tiktok-video-online-listitem li .post-image {
	height: 84px;
	padding: 50px;
	display: flex;
	justify-content: center;
}

.bg-listitem {
	background: #0C0C0C;
}

.download-tiktok-video-online-listitem li .post-content {
	padding: 20px;
	text-align: left;
}

.download-tiktok-video-online-listitem li .post-content h3 {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px;
}

.download-tiktok-video-online-listitem li .post-content p {
	line-height: 22px;
	margin-bottom: 0;
}

ul.listicon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 50px 0;
}

ul.listicon li:not(:last-child) {
	margin-right: 25px;
}

.ps1 {
	max-width: 882px;
	margin: 0 auto;
	line-height: 24px;
}

ul.liststep {
	flex-wrap: nowrap;
	max-width: 100%;
}

ul.liststep li {
	display: table;
	width: 33.33333%;
}

ul.liststep li .number {
	font-weight: 600;
	font-size: 32px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	display: table;
	background: rgba(12, 12, 12, 0.08);
	color: #0C0C0C;
	text-align: center;
	margin-right: 20px;
}

ul.liststep li span {
	text-align: left;
	display: table-cell;
	vertical-align: middle;
}

.contact {
	border-top: 1px solid #dfdfdf;
	padding: 60px 0;
	margin-top: 20px;
}

.contact .container {
	max-width: 840px;
	text-align: center;
}

.contact-form {
	text-align: left;
	margin: 50px 0 20px;
}

.form-control {
	background: #fafafa;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	color: #666;
	font-size: 13px;
	padding: 20px;
}

textarea.form-control {
	width: 100%;
	resize: none;
	margin-bottom: 10px;
	font-family: open sans, sans-serif;
}

input.form-control {
	height: 56px;
	width: 38.333333%;
	margin-right: 10px;
}


.copyright {
	line-height: 20px;
	color: #fff;
	text-align: center;
	font-size: 12px;
}


/* Footer menu */


footer {
	background: #0C0C0C;
	padding: 30px 0px;
	margin-top: 0px;
}

.footer_nav {
	text-align: center;
	padding: 20px 0px;
}

.footer_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	display: flex;

}

.footer_nav li {
	float: left;
	font-size: 14px;
}

.footer_nav li a {
	display: block;
	color: white;
	text-align: center;
	padding: 16px;
	text-decoration: none;
}

.footer_nav li a:hover {

}


.line {
	border-bottom: 1px solid #dfdfdf;
}

.thumbnail {
	background: #e9ecef;
	padding: 20px;
	text-align: left;
	display: flex;
	margin: 28px 0 25px;
}

.thumbnail .content {
	display: flex;
}


.items-more li {
	margin-bottom: 30px;
}

.privacy p {
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.privacy ul {
	list-style: disc;
	padding-left: 20px;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.privacy ul li {
	margin-bottom: 5px;
}


.thumb-img {
	width: 300px;
	max-width: 40%;
	padding-right: 20px;
}

@media only screen and (max-width: 640px) {
	.logo {
		margin-left: 0;
	}

	.search-form {
		display: block;
	}

	.custom-select {
		width: 100% !important;
		margin-top: 10px;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.container {
		margin: 0 32px;
	}

	.language {
		right: 0px;
		color: #1b1b1b;
	}

	.head_nav {
		justify-content: flex-start;
	}

	.search-form input {
		width: 100%;
	}

	.download-tiktok-video-online-listitem,
	ul.liststep,
	.listvideo {
		display: block;
	}

	ul.liststep li {
		width: 100%;
	}

	.download-tiktok-video-online-listitem li {
		width: 100%;
	}

	.download-tiktok-video-online-listitem li:last-child {
		margin-right: auto;
	}

	.search-form .btn-activecolor {
		width: 100%;
		margin: 10px 0 0;
	}

	ul.listicon {
		margin: 20px 0 0;
	}

	ul.listicon li {
		margin: 0 10px 2% !important;
	}

	.download-tiktok-video-online-section {
		padding: 60px 0 0;
	}

	h1.title,
	h2.title,
	h3.title {
		font-size: 19px;
	}

	.logo span {
		font-size: 14px;
	}

	.contact {
		padding: 30px 0;
	}

	input.form-control {
		width: 100%;
		margin: 0 0 10px;
	}

	.btn-gray {
		width: 100%;
	}

	ul.nav a {
		padding: 30px 10px;
		text-align: center;
	}

	ul.listicon li img {
		max-width: 85px;
	}

	.nowidth {
		width: auto;
		margin-bottom: 40px;
	}

	.thumb-img {
		max-width: 100%;
		width: 100%;
	}


	.download-tiktok-video-online-listitem li:nth-child(3n) {
		margin-right: auto;
	}

	ul.nav li {
		padding: 0 15px;
	}

	.thumbnail {
		padding: 15px;
		display: block;
	}

	.thumbnail .content {
		display: block;
		margin-left: 0;
	}

	.thumbnail .content h3 {
		font-size: 16px;
		padding-top: 5px;
	}

	.detail .form-control {
		display: block;
		height: 40px;
		margin-bottom: 10px;
	}

	.mesg-convert {
		display: block;
		text-align: center;
	}

	ul.nav {
		justify-content: flex-start !important;
		overflow-x: scroll;
		position: relative;
		clear: both;
	}
}

.header-banner-container {
	position: relative;
	max-width: 75%;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.header-banner-container img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	height: auto;
}

@media only screen and (max-width: 700px) and (min-width: 380px) {

	.form-control-small {
		max-width: 50%;
	}

	.share-document {
		flex-direction: column!important;
		height: 110px!important;
	}

	.iframe-content {
		margin-bottom: -120px!important;
		height: calc(100vh - 100px)!important;
	}
}

@media only screen and (max-width: 380px) {

	.share-document {
		height: 110px!important;
		flex-direction: column!important;
	}

	.iframe-content {
		margin-bottom: -120px!important;
		height: calc(100vh - 100px)!important;
	}

	.logo {
		margin-left: 0;
	}

	.logo span {
		font-size: 12px;
	}

	.container {
		margin: 0 15px;
	}

	.copyright ul a {
		padding: 0 10px;
	}

	.download-tiktok-video-online-listitem li {
		width: 100%;
	}

	.block-xs {
		display: block !important;
	}
}




.nopading {
	padding-bottom: 0;
}

.detail .form-control.hidden,
.hidden {
	display: none;
}

.text-box p {
	line-height: 25px;
	text-align: justify;
}


.sprites {
	position: absolute;
	width: 0;
	height: 0;
	pointer-events: none;
	user-select: none;
}


.email-block {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 80px;

	height: 70vh;
}

.email-block a {
	font-size: 18px;
}

.email-block img {

	height: 84px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.email-block-content {
	padding: 100px 0;


}


/* Стили для выпадающего списка */
select#language-select {
	float: right;
	position: absolute;
	right: 0;
	padding: 8px 0px;
	font-size: 14px;
	width: auto; /* Измените размер по вашему усмотрению */
	border: none;
	border-radius: 5px;
	background: none;
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

/* Стили для выпадающего меню (после нажатия на селектор) */
select#language-select:focus {
	outline: none;
	border: 1px solid #000;
}

/* Стили для опций в выпадающем списке */
select#language-select option {
	font-size: 14px;
	background-color: #fff;
	color: #333;
	padding: 16px 10px; /* Изменяем отступы для опций */
	margin: 16px 0; /* Добавляем воздух между опциями */
}


#messageDiv {
	width: 100%;
	word-wrap: break-word;
	color: #FF4B33;
}


.error-message {
	color: red;
}



.iframe-content {
	width: 100%;
	margin-top: -50px;
	margin-bottom: -50px;
	z-index: 1;
	position: relative;
	height: calc(100vh - 40px);
}


/* styles.css */
.flash-message {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ff0000; /* Red border */
	background-color: #ffdddd; /* Light red background */
	color: #ff0000; /* Red text color */
	border-radius: 5px;
	font-size: 14px;
}

/* Style for success messages */
.success-message {
	border: 1px solid #00ff00; /* Green border */
	background-color: #ddffdd; /* Light green background */
	color: #00ff00; /* Green text color */
}


.share-document{
	width: 100%;
	height: 60px;
	background-color: rgb(255, 255, 255);
	position: relative;
	z-index: 9;
	bottom: 0px;
	padding: 8px 0px;
	display: flex;
	-webkit-box-pack: center;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

.contact-us-page {
	width: 100%;
	height: 100vh;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	flex-direction: column;
}

.contacts-email {
	font-size: 24px;
}


.text-section {
	margin: 80px 0 80px 0;
}

.text-section p {
	line-height: 24px;
}

hr {
	margin: 24px 0 24px 0;
	border-top: 1px solid #efefef;
}

.transcript {
	width: 100%;
}

.video-text-box {
	padding: 24px;
	margin: 24px 0px 24px 0px;
	border-radius: 12px;
	background: #efefef;
}

.result-video {
	padding: 48px 0px 48px 0px;
	
}

.responsive-iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.copy-message {
    color: green;
    margin-left: 10px;
    font-size: 14px;
    visibility: hidden; /* Initially hidden */
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s;
}

.copy-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    border-radius: 4px;
    margin: 24px;
}


.mg24 {
	margin: 24px 0px 24px 0px;
}


.partners-links {
	width: 100%;
	border-bottom: 1px solid #efefef;
}


.btn-activecolor-partner {
	text-transform: uppercase;
	border-radius: 0px;
	padding: 18px 0px;
	display: inline-flex;
	align-items: center; /* Vertically center the content */
	border-bottom: 1px solid #0C0C0C;
	color: #0C0C0C;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s;
}

.btn-activecolor-partner img {
	margin-right: 8px; /* Add space between the image and text */
}

.btn-activecolor-partner:hover {
	border-bottom: 1px solid #FF4B33;
	color: #FF4B33;
	box-shadow: none;
}

/* ===================== Bookmark Buy Coffee Banner ===================== */
.bookmark-banner {
  background: rgba(255, 75, 51, 0.12); /* Slightly stronger accent */
  border: 1px solid rgba(255, 75, 51, 0.6);
  box-shadow: 0 0 6px rgba(255, 75, 51, 0.12);
  border-radius: 10px;
  color: #1b1b1b;
  padding: 10px 12px;
  text-align: center;
  width: 100%;
  margin: 16px 0;
}

.banner-content {
  max-width: 100%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.4;
}

.coffee-icon {
  margin-right: 5px;
  font-size: 18px;
}

.coffee-link {
  color: #FF4B33;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.coffee-link:hover {
  color: #e55a2b;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .banner-content {
    font-size: 14px;
  }
  .bookmark-banner {
    padding: 8px 10px;
    margin: 12px 0;
  }
  #header-banner-container{
    display: none;
  }
  .install-button.floating-btn {
 	display: none;
  }
}

/* ===== SU Tip Box (address bar style) ===== */
.su-tip {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px 14px;
  margin: 12px 0 10px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.su-tip .su-text {
  font-size: 14px;
  color: #111827;
}

.su-tip .address-bar {
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 10px 12px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 14px;
  color: #111827;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  overflow-x: auto; /* allow horizontal scroll on mobile */
  white-space: nowrap; /* keep in one line */
  -webkit-overflow-scrolling: touch;
}

.su-tip .lock-icon {
  width: 10px;
  height: 10px;
  background: #34d399;
  border-radius: 2px;
  display: inline-block;
}

.su-tip .domain {
  color: #6b7280;
}

.su-tip .su-highlight {
  color: #ffffff;
  background: #ef4444;
  padding: 0 4px;
  border-radius: 4px;
  margin-right: 2px;
}

.su-tip .path {
  color: #6b7280;
}

@media (max-width: 640px) {
  .su-tip .address-bar {
    font-size: 12px; /* slightly smaller on mobile */
  }
}

.install-button {
	background-color: #fe4c33;
	color: white;
	border: none;
	border-radius: 50px;
	padding: 12px 20px 12px 12px;
	cursor: pointer;
	box-shadow:
			0 4px 20px rgba(254, 76, 51, 0.3),
			0 0 0 1px rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: 'Segoe UI', -apple-system, sans-serif;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	text-decoration: none;
}

.floating-btn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
}

/* Контейнер для иконки с фоном */
.floating-btn__icon-wrapper {
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	width: 36px;
	height: 36px;
}

/* Сама иконка */
.floating-btn__icon {
	width: 30px;
	height: 30px;
	background: rgba(255,255,255,0.2);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.floating-btn__icon svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
}

/* IMG иконка */
.floating-btn__icon img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

/* Эффекты при наведении */
.install-button:hover {
	background-color: #e8432e; /* Немного темнее */
	box-shadow:
			0 8px 30px rgba(254, 76, 51, 0.4),
			0 0 0 2px rgba(255, 255, 255, 0.15);
	transform: translateY(-3px);
}

.install-button:hover .floating-btn__icon-wrapper {
	background-color: rgba(255, 255, 255, 0.25);
	transform: scale(1.05);
}

/* Активное состояние */
.install-button:active {
	transform: scale(0.95);
	box-shadow:
			0 2px 15px rgba(254, 76, 51, 0.3),
			0 0 0 1px rgba(255, 255, 255, 0.1);
}

/* Вариант только с иконкой (круглая кнопка) */
.floating-btn--icon-only {
	padding: 18px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	justify-content: center;
}

.floating-btn--icon-only .floating-btn__text {
	display: none;
}

.floating-btn--icon-only .floating-btn__icon-wrapper {
	background: none;
	padding: 0;
	width: 24px;
	height: 24px;
}

/* Альтернативные позиции */
.floating-btn--left {
	right: auto;
	left: 30px;
}

.floating-btn--top {
	bottom: auto;
	top: 30px;
}

.floating-btn--center {
	right: 50%;
	transform: translateX(50%);
}

/* Pulse анимация для привлечения внимания */
.floating-btn--pulse {
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		box-shadow:
				0 4px 20px rgba(254, 76, 51, 0.3),
				0 0 0 0 rgba(254, 76, 51, 0.4);
	}
	70% {
		box-shadow:
				0 4px 20px rgba(254, 76, 51, 0.3),
				0 0 0 10px rgba(254, 76, 51, 0);
	}
	100% {
		box-shadow:
				0 4px 20px rgba(254, 76, 51, 0.3),
				0 0 0 0 rgba(254, 76, 51, 0);
	}
}