#doc .table-bg {
	border-radius: 25px;
	background-image: url(../doc/img/doc/bg-table.png);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

#doc .table-content {
	background-color: #fff;
	border-radius: 24px;
}
#doc .text-red {
	color: #AC2C25;
	font-weight: 700;
	margin: 0;
}
#doc .text-red span {
	color: #AC2C25;
	font-weight: 500;
}
#doc .table p {
	font-size: 14px;
}
#doc h2 {
	font-size: 46px;
	font-weight: 700;
}
#doc h1 {
	font-size: 36px;
	font-weight: 700;
}
#doc .head-page-doc p {
	color: #7B7B7B;
	font-size: 20px;
	font-weight: 500;
}
#doc .nav-link.active, #chzv .nav-link.active {
	border-radius: 67px;
	background: linear-gradient(113deg, #E64EFF 0%, #FF7A00 100%);
	color: #FFF;
}
#doc .nav-link.active::before, #chzv .nav-link.active::before {
	display: none;
}
#doc .nav-link, #chzv .nav-link {
	position: relative;
	border-radius: 67px;
	background: #fff;
	text-align: center;
	margin: 0.5rem 0;
	padding: 1em 2em;
	color: #FE7101;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.27px;
	transition: 0.4s;
}
#doc .nav-link::before, #chzv .nav-link::before {
	content: "";
	position: absolute;
	top: -2px;
	bottom: -2px;
	left: -2px;
	right: -2px;
	background: linear-gradient(180deg, #FF8A00 0%, #F90C4F 100%); 
	border-radius: 67px;
	z-index: -1;
}
.wrap {
	white-space: normal;
}
.table p {
	color: #000;
	font-weight: 500;
}
.table p span {
	color: #000;
	font-weight: 600;
}
.table p span.fw-700 {
	font-weight: 700;
}
.br-none {
	border: none;
}
#doc .doc {
	background-size: contain;
	background-repeat: no-repeat;
	height: 300px;
	padding: 4rem 0.5rem 0 0.5rem;
}
#doc .doc.doc-1 {
	background-image: url(../doc/img/doc/doc-1.svg);
}
#doc .doc.doc-2 {
	background-image: url(../doc/img/doc/doc-2.svg);
}
#doc .doc h4 {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.25);
}
#doc .doc p {
	text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-weight: 600;
}

@media(max-width: 767px) {
	.container.block {
	    padding: 3rem 0;
	}
	.block-1.world {
		margin: 0;
	}
	.container-fluid {
		padding: 0 3rem;
	}
	header .tab-pane a {
		font-size: 14px;
	}
	header .link-tab {
		padding: 0.5rem;
	}
	header .nav-link span {
	    font-size: 14px;
	}
	header .nav-link {
	    padding: 0.3rem;
	}
	header .nav-pills .nav-link.active {
		padding: 0.3rem;
	}
	header .nav-link span {
		padding: 0;
	}
	#main-page h3, #main-page h3.fs-47 {
		font-size: 30px;
	}
	.world p {
		font-size: 20px;
	}
	.social img {
		width: 15%;
	}
	.carousel-content {
		height: 190px;
	}
	.block-lin {
	    font-size: 12px;
	}
	#doc .doc h4 {
		font-size: 20px;
	}
	#doc .doc p {
		font-size: 12px;
	}
}
@media(max-width: 565px) {
	#main-page h1 {
		font-size: 30px;
	}
	#main-page h2, #main-page h2.fs-55, #main-page h2.fs-60, #main-page h2.fs-74, #main-page h2.fs-80 {
		font-size: 24px;
	}
	#main-page h3, #main-page h3.fs-47 {
		font-size: 20px;
	}
	#main-page .fs-36 {
		font-size: 20px;
	}
	.carousel-content {
		height: 170px;
	}
	.world h6, .world h6 span {
		font-size: 16px;
	}
	.search-main .btn img {
		width: 60%;
	}
	.input-group.search-main input {
		padding: 0.5rem 0;
	}
	.input-group.search-main input::placeholder {
		font-size: 12px;
	}
	.amb-head .badge {
		margin: 0;
	}
	.amb-head .badge a, .world .btn-subscribe, .main-btn.badge a, .badge-primary a {
		font-size: 14px;
	}
	.amb-head .badge, .world .btn-subscribe, .main-btn.badge, .badge-primary {
		padding: 0.5em 2em;
	}
	.container-fluid {
		padding: 0 2rem;
	}
	header .tab-pane a, header .nav-link span {
		font-size: 12px;
	}
	header .link-tab {
		padding: 0.1rem;
	}
	.nav-link {
		padding: 0.4rem 0rem;
	}

	#doc h2 {
		font-size: 24px;
		font-weight: 700;
	}
	#doc h1 {
		font-size: 30px;
		font-weight: 700;
	}
	header .qr-header img {
		width: 50%;
	}
}