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: #2CA0AC;
	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;
	}
}

@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: #2CA0AC;
}


.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;
}





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

.partners-links a{
	margin-right: 8px;
}

.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 #2CA0AC;
	color: #2CA0AC;
	box-shadow: none;
}


.join-telegram-section {
    text-align: center;
    padding: 24px;
    border-radius: 16px;
    background-color: #3089cc1f;
    border: 2px solid #0088cc;
    margin: 48px 0px 48px 0px;
}

.join-telegram-section p {

        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        color: #333;
        padding: 16px;
    }

.btn-join-telegram {
    display: inline-flex; /* Use inline-flex to allow alignment within the button */
    align-items: center; /* Vertically center-align icon and text */
    padding: 12px 24px;
    font-size: 1em;
    font-weight: bold;
    color: white;
    background-color: #0088cc;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.btn-join-telegram img {
    margin-right: 8px; /* Add space between the icon and the text */
    vertical-align: middle; /* Align icon vertically with text */
}

.btn-join-telegram:hover {
    background-color: #0077b3;
}