* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	font-family: 'Noto Sans', sans-serif;
}
a {
	text-decoration: none;
}
img {
	object-fit: cover;
}
.container-1 {
	width: 100%;
	padding: 50px;
	color: #001965;
}
.page-name {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.modal-open {
	overflow: hidden;
}

/* Burger menu */
.burger-menu {
	display: none;
	position: fixed;
	top: 30px;
	right: 30px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #001965;
	color: #fff;
	font-size: 25px;
	cursor: pointer;
	padding-top: 12px;
	z-index: 2;
}
.burger-menu.sticky {
	display: block;
}

/* Modal menu */
.modal-menu {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	width: 180px;
	background: #fff;
	z-index: 5;
	border-left: #ccc 1px solid;
}
.modal-menu.show {
	display: block;
}
.modal-menu .close-btn {
	position: absolute;
	top: 30px;
	left: -30px;
	width: 60px;
	height: 60px;
	background: #001965;
	border-radius: 50%;
	color: #fff;
	padding-top: 12px;
	text-align: center;
	font-size: 25px;
	cursor: pointer;
}
.modal-menu .menu-links {
	text-align: end;
	padding: 30px 10px;
}
.modal-menu .menu-links li {
	list-style: none;
	margin-bottom: 35px;
	color: #001965;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
}

/* About modal menu */
.about-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: linear-gradient(rgba(0, 25, 101, 0.9), rgba(0, 25, 101, 0.9));
	color: #fff;
	z-index: 10;
}
.about-modal.show {
	display: block;
}
.about-modal .modal-item {
	position: absolute;
	top: 250px;
	left: 120px;
}
.about-modal li {
	list-style: none;
	font-size: 34px;
	line-height: 72px;
}
.about-modal a:hover {
	text-decoration: underline;
}
.about-modal .modal-close {
	position: absolute;
	top: 60px;
	right: 60px;
	font-size: 35px;
	cursor: pointer;
}

/* Custom Navbar */
.logo img {
	width: 170px;
	height: 145px;
}
.logo.sticky {
	display: none;
}
.custom-navbar {
	position: fixed;
	top: 30px;
	right: 10px;
	z-index: 2;
}
.custom-navbar.sticky {
	display: none;
}
.nav-links {
	text-align: end;
}
.nav-links li {
	list-style: none;
	margin-bottom: 33px;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
}

.lang b.active {
	color: #001965;
	border-bottom: #001965 solid 2px;
}

.menu-lang b.active {
	border-bottom: #001965 solid 2px;
}

/* Hero Section */
.hero {
	width: 100%;
	height: 100vh;
	background-position: 54.5% 46.5%;
	background-size: cover;
	transition: all 0.6s ease;
}
.shrink {
	width: 800px;
	height: 600px;
	margin: 130px auto 0;
}
.hero-title {
	position: absolute;
	left: 150px;
	bottom: 80px;
}
.hero-icon {
	position: absolute;
	left: 70px;
	bottom: 90px;
	font-size: 25px;
	color: #fff;
}
.hide {
	display: none;
}

/* Header section */
.header {
	position: relative;
	width: 100%;
	height: 100vh;
	/* background-image: url('https://zumapharma.uz/storage/uploads/OaQEqOrgZy0qXoFqXcZtLdr7WlzwzQojXLHJlb8m.jpg?wid=2000&fit=constrain&qlt=90'); */
	background-position: 25% 25%;
	background-size: cover;
}
.header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.1),
		rgba(0, 0, 0, 0.5)
	);
}
.header-title {
	position: absolute;
	left: 150px;
	bottom: 120px;
	color: #fff;
}
.header-title .header-btn {
	padding: 15px 40px;
	border: #fff solid 2px;
	border-radius: 50px;
	background-color: transparent;
}
.header-title button {
	border: none;
	font-size: 17px;
	color: #fff;
	background: transparent;
	transition: all 0.3s ease;
}
.header-title .header-btn i {
	font-size: 22px;
	color: #fff;
	opacity: 0;
	transition: all 0.3s ease;
	margin: 0 -18px 0 0;
}
.header-title .header-btn:hover button {
	transform: translateX(-15px);
}
.header-title .header-btn:hover i {
	opacity: 1;
}

.details-wrapper {
	position: relative;
	width: 100%;
	height: 100vh;
	/* background-image: url('https://zumapharma.uz/storage/uploads/zal2rdIeWSN7GtRpdeKT7rEvaXQ7Td3iR1QAQQGT.jpg?wid=2000&fit=constrain&qlt=90'); */
	background-position: 25% 25%;
	background-size: cover;
}
.details-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.1),
		rgba(0, 0, 0, 0.5)
	);
}

/* Products section */
.page-wrapper {
	background: #e6f3fc;
}
.product-card img {
	width: 100%;
}
.product-text p {
	font-size: 15px;
	line-height: 22px;
	color: #000;
}
.product-text button {
	border: none;
	background: transparent;
	font-size: 25px;
	color: #001965;
	cursor: pointer;
	transition: all 0.3s ease;
}
.product-text:hover button {
	transform: translateX(15px);
}

/* Team section */
.team-box {
	width: 94%;
	background: #fdf3f5;
	padding: 50px 100px;
	margin: 0 auto;
}
.team-card img {
	width: 100%;
	height: 180px;
}
.card-img span {
	font-size: 13px;
	color: #001965;
}
.team-text h3 {
	line-height: 22px;
}
.team-text span {
	line-height: 26px;
}
.team-text button {
	font-size: 20px;
	margin-left: 10px;
	border: none;
	background: transparent;
	color: #001965;
	transition: all 0.3s ease;
}
.team-text:hover button {
	transform: translateX(10px);
}

/* News section */
.home_news-box {
	width: 94%;
	background: #e6f3fc;
	padding: 50px 100px;
	margin: 0 auto;
}
.news-card img {
	width: 100%;
	height: 180px;
}
.news-card span {
	font-size: 13px;
	color: #001965;
}
.news-card .news-text h3,
.news-card .news-text span {
	line-height: 26px;
}
.news-card .news-text button {
	font-size: 20px;
	margin-left: 10px;
	border: none;
	background: transparent;
	color: #001965;
	transition: all 0.3s ease;
}
.news-card .news-text:hover button {
	transform: translateX(10px);
}

/* Footer section */
.footer-links {
	display: flex;
	flex-direction: column;
}
.footer-links span,
.footer-text p {
	font-size: 13px;
	line-height: 22px;
	color: #001965;
}
.footer-links button {
	font-size: 17px;
	margin-left: -18px;
	border: none;
	background: transparent;
	color: #001965;
	transition: all 0.3s ease;
	opacity: 0;
}
.footer-links a:hover button {
	opacity: 1;
	transform: translateX(15px);
}
.social-links a {
	display: block;
	font-size: 13px;
	line-height: 22px;
	color: #001965;
}
.address a {
	display: flex;
	font-size: 13px;
	line-height: 22px;
	color: #001965;
	gap: 5px;
}

/* About page */
.about-title {
	font-size: 32px;
	font-weight: 800;
}
.about-descr p {
	line-height: 36px;
}
.video-wrapper {
	text-align: center;
}
.video-wrapper iframe {
	width: 100%;
	height: 650px;
}
.about-card {
	background: #e6f3fc;
	padding: 50px 150px;
}
.about-img {
	padding: 0 100px;
	height: 560px;
}
.about-img img {
	width: 100%;
	height: 100%;
}

/* About-team page */
.about_team-img {
	height: 560px;
}
.about_team-img img {
	width: 100%;
	height: 100%;
}

/* Responsibility page*/
.responsibility-card img {
	width: 100%;
	height: 205px;
}
.responsibility-card h3 {
	line-height: 26px;
}
.responsibility-card button {
	font-size: 20px;
	border: none;
	background: transparent;
	color: #001965;
	transition: all 0.3s ease;
}
.responsibility-card:hover button {
	transform: translateX(10px);
}

/* Products page */
.products-page {
	background: #e6f3fc;
}
.download-btn button {
	display: flex;
	gap: 8px;
	padding: 16px 40px;
	border-radius: 50px;
	border: none;
	background-color: #001965;
	font-size: 16px;
	color: #fff;
	margin: 10px 0 80px;
	cursor: pointer;
}

/* Documnets page */
.document-card img {
	width: 100%;
	height: 550px;
	object-fit: contain;
}
.document-card button {
	font-size: 20px;
	border: none;
	background: transparent;
	color: #001965;
	transition: all 0.3s ease;
}
.document-card:hover button {
	transform: translateX(10px);
}

/* News page */
.news-title {
	padding-top: 110px;
}
.select-news img {
	width: 100%;
}
.select-news h3 {
	line-height: 26px;
}

/* Vacancy page */
.vacancy-card img {
	width: 100%;
	height: 220px;
}
.vacancy-card button {
	font-size: 20px;
	border: none;
	background: transparent;
	color: #001965;
	transition: all 0.3s ease;
}
.vacancy-card:hover button {
	transform: translateX(10px);
}

/* Cooperation page */
.cooperation-bg img {
	width: 100%;
	height: 100vh;
	object-position: 50% 35%;
}
.cooperation-box {
	background: #f9fbfd;
}
.cooperation-card {
	height: 620px;
	background: #fff;
	border-radius: 10px;
	padding: 24px;
	text-align: center;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cooperation-card p {
	font-size: 14px;
	line-height: 36px;
	color: #444;
}
.cooperation-form {
	width: 800px;
	margin: 50px auto;
}
.cooperation-form button {
	background-color: #0056a4;
	border: none;
	padding: 14px;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
}

/* Contact page */
.contact-form {
	margin-top: 150px;
	padding: 50px;
	background: #fdf3f6;
}
.form-group {
	display: flex;
	flex-direction: column;
}
label {
	margin-bottom: 5px;
	font-weight: 600;
	color: #001965;
}
input,
textarea {
	padding: 20px;
	font-size: 16px;
	transition: all 0.3s ease;
	resize: vertical;
	font-family: 'Noto Sans', sans-serif;
	margin-bottom: 20px;
}
.contact-form input,
.contact-form textarea {
	border: 1px solid #fff;
	border-radius: 5px;
}
.cooperation-form input,
.cooperation-form textarea {
	border: 1px solid #ccc;
	border-radius: 10px;
}
input:focus,
textarea:focus {
	border-color: #004aad;
	outline: none;
}
textarea {
	min-height: 150px;
}
.submit-btn {
	padding: 12px 30px;
	background-color: #001965;
	color: white;
	font-size: 16px;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.submit-btn:hover {
	background-color: #4775e1;
	transform: translateY(-3px);
}

/* Privacy-police page */
.privacy-policy {
	background: #e6f3fc;
}
.privacy-title {
	margin-top: 110px;
}
.privacy-policy .page-descr {
	font-size: 20px;
	line-height: 36px;
	color: #000;
}

/* Single section pages */
.section-wrapper {
	background: #fdf3f5;
	padding: 170px 0 50px;
	text-align: center;
}
.section-wrapper img {
	width: 60%;
}
.section-text {
	background: #fff;
	text-align: start;
}
.section-text p {
	font-size: 20px;
	line-height: 36px;
}

/* Single New section pages */
.section-img img {
	width: 100%;
}
.breadcrumb {
	margin-top: 50px;
	color: #333;
	text-align: start;
}
.breadcrumb a {
	text-decoration: none;
	color: #000;
	margin: 0 5px;
}
.breadcrumb span {
	color: #808080;
	margin: 0 5px;
}

/* Single Product page */
.box-wrapper {
	background: #e6f3fc;
	padding: 150px 0 50px;
}
.box-wrapper .image {
	position: absolute;
	top: 220px;
	left: 30px;
	width: 50%;
	height: 40%;
	transition: all 0.8s ease;
}
.box-wrapper .image.move {
	position: absolute;
	top: 38%;
	left: 38%;
	width: 40%;
	height: 240px;
}
.box-wrapper .image img {
	width: 100%;
	height: 100%;
}
.product-box {
	display: none;
	background: #fff;
	padding: 250px 100px 50px;
	margin-top: 200px;
}
.product-box.show {
	display: block;
}
.product-name {
	margin: 440px auto 60px;
}
/* Accordion */
.product-accordion,
.accordion {
	padding: 0 100px 0;
}
.accordion-item {
	border-top: #001965 solid 1px;
	border-bottom: #001965 solid 1px;
	padding: 30px 5px;
}
.accordion-item .accordion-title {
	display: flex;
	justify-content: space-between;
	font-size: 34px;
	line-height: 38px;
	cursor: pointer;
}
.accordion-item .accordion-descr {
	display: none;
	font-size: 18px;
	line-height: 26px;
	margin: 30px 20px;
}
.accordion-descr.active {
	display: block;
	transition: all 0.8s ease;
}
.accordion-title i {
	transition: all 0.4s ease;
}
.accordion-title i.rotate {
	transform: rotate(45deg);
}

/* Desktop slider */
.slider-wrapper {
	display: flex;
	align-items: center;
}
.slider {
	width: 100%;
	overflow: hidden;
}
.slides {
	display: flex;
	transition: all 0.5s ease;
}
.slides img {
	width: 32%;
	margin: 0 7px;
	object-fit: contain;
}
.nav-btn {
	background-color: #002060;
	border: none;
	padding: 5px 10px;
	font-size: 20px;
	cursor: pointer;
	border-radius: 5px;
}

/* Modile slider */
.swiper {
	display: none !important;
	width: 90%;
	height: auto;
}

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

.swiper-slide img {
	width: 93%;
	height: auto;
	object-fit: contain;
}
.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 20px;
}

/* Colors */
.text-white {
	color: #fff;
}
.text-blue {
	color: #001965;
}
.p-10 {
	padding: 50px 120px;
}

/* Responsive design */

@media (max-width: 992px) {
	.container-1 {
		padding: 30px;
	}
	.p-10 {
		padding: 0;
	}

	.hero-title {
		position: absolute;
		left: 50px;
		bottom: 40px;
	}
	.hero-icon {
		position: absolute;
		left: 10px;
		bottom: 50px;
	}
	.shrink {
		width: 650px;
		height: 650px;
	}

	.product-accordion,
	.accordion {
		padding: 0;
	}
	.accordion-item {
		padding: 20px 5px;
	}
	.accordion-item .accordion-title {
		font-size: 22px;
	}

	.header-title {
		position: absolute;
		left: 100px;
		bottom: 100px;
	}
	.video-wrapper iframe {
		height: 500px;
	}
	.cooperation-card {
		height: auto;
	}

	.product-box {
		padding: 200px 30px 30px;
	}
	.product-name {
		margin: 380px auto 60px;
	}
}

@media (max-width: 768px) {
	.container-1 {
		padding: 0;
	}
	.container-2 {
		padding: 100px 0 30px;
	}
	.p-10 {
		padding: 30px;
	}

	.hero-title {
		position: absolute;
		left: 30px;
		bottom: 40px;
	}
	.hero-icon {
		position: absolute;
		left: 5px;
		bottom: 50px;
	}
	.shrink {
		width: 500px;
		height: 500px;
	}

	.header-title {
		position: absolute;
		left: 50px;
		bottom: 80px;
	}
	.page-wrapper {
		padding-top: 30px;
	}
	.team-box {
		width: 100%;
		padding: 50px;
		margin: 0 auto;
	}
	.home_news-box {
		width: 100%;
		padding: 50px;
	}
	.box-name {
		margin: 30px 0 10px;
	}

	.video-wrapper iframe {
		height: 400px;
	}
	.about-title {
		margin: 30px 0 10px;
	}
	.about-card {
		padding: 30px 0 0;
	}
	.about-img {
		padding: 0;
	}

	.product-accordion,
	.accordion {
		padding: 0;
	}

	.document-card img {
		object-fit: fill;
	}
	.document-card button {
		margin-bottom: 20px;
	}

	.news-title {
		padding-top: 180px;
	}

	.cooperation-card {
		height: auto;
	}

	.contact-form {
		margin-top: 0;
		padding: 200px 50px;
	}

	.privacy-title {
		margin-top: 0;
		padding-top: 200px;
	}

	.section-wrapper img {
		width: 85%;
	}

	.section-img img {
		width: 100%;
	}

	.accordion-item {
		padding: 15px 5px;
	}
	.accordion-item .accordion-title {
		font-size: 18px;
	}
	.accordion-item .accordion-descr {
		font-size: 16px;
	}
	.product-accordion .accordion-title {
		font-size: 25px;
	}

	.footer-links,
	.footer-text,
	.address,
	.social-links {
		margin: 8px 0;
	}

	.product-box {
		padding: 150px 20px 50px;
	}
	.product-name {
		margin: 350px auto 80px;
	}
	.nav-btn {
		display: none;
	}

	.slider-wrapper {
		display: none;
	}
	.swiper {
		display: block !important;
	}
}

@media (max-width: 576px) {
	.container {
		padding: 0 15px;
	}
	.burger-menu {
		display: block;
		position: fixed;
		top: 15px;
		right: 10px;
	}

	.about-modal .modal-item {
		position: absolute;
		top: 200px;
		left: 50px;
	}
	.about-modal li {
		font-size: 28px;
	}
	.about-modal .modal-close {
		font-size: 30px;
	}

	.custom-navbar {
		display: none;
	}
	.custom-navbar.sticky {
		display: none;
	}

	.header-title .header-btn:hover button {
		transform: translateX(0px);
	}
	.header-title .header-btn:hover i {
		opacity: 0;
	}

	.cooperation-form {
		width: 100%;
	}

	.product-name {
		margin: 340px auto 100px;
	}
	.box-wrapper .image {
		position: absolute;
		top: 200px;
		left: 0;
		width: 70%;
	}
	.box-wrapper .image.move {
		position: absolute;
		top: 38%;
		left: 20%;
		width: 70%;
		height: 240px;
	}
}

@media (max-width: 480px) {
	.burger-menu {
		display: block;
		position: fixed;
		top: 15px;
		right: 10px;
	}

	.modal-menu {
		width: 100%;
	}
	.modal-menu .close-btn {
		margin: 20px;
        top: -5px;
        left: -10px;
	}
	.modal-menu .menu-links {
		text-align: center;
		padding: 0;
	}
    .modal-menu .menu-links ul {
        padding: 14px 14px 0 0;
    }
	.modal-menu .menu-links li {
		margin-bottom: 35px;
		font-size: 18px;
        text-align: end;
	}

	.hero {
		width: 100%;
		height: 100vh;
	}
	.shrink {
		width: 350px;
		height: 350px;
	}
	.hero-title {
		position: absolute;
		left: 20px;
	}
	.hero-icon {
		display: none;
	}
	.about-modal .modal-item {
		position: absolute;
		top: 150px;
		left: 20px;
	}
	.about-modal li {
		font-size: 20px;
		line-height: 60px;
	}
	.about-modal .modal-close {
		position: absolute;
		top: 15px;
		right: 15px;
		font-size: 25px;
	}

	.accordion-item .accordion-title span {
		font-size: 14px;
		line-height: 16px;
	}
	.accordion-item .accordion-title i {
		line-height: 16px;
	}
	.accordion-item .accordion-descr {
		font-size: 13px;
		line-height: 18px;
	}
	.product-accordion .accordion-title span {
		font-size: 20px;
		line-height: 20px;
	}
	.product-card {
		display: flex;
		flex-direction: column;
    	align-items: center;
	}
	.product-card img {
		width: 240px;
		margin-bottom: 30px;
	}
}
