@media (max-width: 1280px) {
	.pdf__slider {
		width: 95%;
	}
}

@media (max-width: 1024px) {
	.header__inner {
		padding: 10px 30px;
		flex-wrap: wrap;
		gap: 15px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	#pdf {
		height: calc(100vh - 195px);
	}
}

@media (max-width: 768px) {
	#pdf_manage {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.header__inner {
		padding: 10px 20px;
		gap: 10px;
	}

	.header__company {
		width: 100%;
	}

	.header__manage {
		width: 100%;
		gap: 10px;
	}

	.header__pages-count {
		display: none;
	}

	#pdf {
	    height: calc(100vh - 197px);
	}

	.pdf__slider .owl-item:nth-child(odd) .pdf__item {
	    justify-content: center;
	}

	.pdf__slider .owl-item:nth-child(even) .pdf__item {
	    justify-content: center;
	}

	.header__pdf-name {
		font-size: 12px;
	}

	.btn {
		width: 35px;
		height: 35px;
	}

	.btn svg {
		width: 18px;
	}

	.header__logo {
		width: 80px;
	}
}