@import url('../fonts/gotham.css');

body {
	font-family: Gotham Pro;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}


:root {
	--pagination-height: 45px;
	--pagination-gap: 0px;
}

.alpv header {
	padding: 9px 0px;
}

.alpv header ul {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0px;
	padding: 0px;
}


.alpv header ul li {
	margin-right: 30px;

}

.alpv header ul li:last-child {
	margin-right: 0px;
}

.alpv header ul.menu li a {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 23px;
	text-align: center;
	color: var(--alpv-primary);
	text-decoration: none;
	transition: all .3s ease;
}

.alpv header ul li a svg,
.alpv header ul li a svg path {
	fill: var(--alpv-primary);
	transition: all .3s ease;
}

.alpv header ul.menu li a:hover {
	color: var(--alpv-secondary);
}

.alpv header ul li a:hover svg,
.alpv header ul li a:hover svg path {
	fill: var(--alpv-secondary);
}

.hero .swiper {
	width: 100%;
	margin: 0 auto;
}


.hero .swiper-slide {
	position: relative;
	display: block;
	overflow: hidden;
}


.hero .swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}


.hero .slide-caption {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	text-align: center;
	padding: .25em .6em;
}


.hero .swiper+.swiper-pagination {
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: var(--pagination-gap);
	padding: 0;
	box-sizing: border-box;
	position: static;
}


.hero .swiper-pagination-bullets .swiper-pagination-bullet {
	opacity: 1 !important;
	width: auto;
	height: var(--pagination-height);
	background: #e5e7eb;
	border-radius: 0px;
	margin: 0;
	flex: 1 1 0%;
	transition: transform .25s ease, filter .25s ease;
}


.hero .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	transform: none;
	filter: none;
}

.alpv .hero h1 {
	font-style: normal;
	font-weight: 400;
	font-size: 200px;
	line-height: 40%;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	margin: 0px;
}

.alpv .hero h1 span {
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	display: inline-block;
	text-align: center;
	position: relative;
	top: -0.5rem;
	color: #FFFFFF;
}

.hero .slider-wrap {
	display: contents;
}

.alpv .btn {
	border-radius: 0px;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 23px;
	text-align: center;
	color: var(--alpv-primary);
	padding: 9px 13px 10px 13px;
	transition: all .3s ease;
}

.alpv .btn.btn-primary {
	background-color: var(--alpv-primary);
	color: #ffffff;
}

.alpv .btn.btn-primary:hover {
	background-color: var(--alpv-secondary);
	border-color: var(--alpv-secondary);
	color: #ffffff;
}

.alpv .btn.btn-outline-primary:hover {
	background-color: var(--alpv-secondary);
	border-color: var(--alpv-secondary);
	color: #ffffff;
}

section {
	padding: 60px 0px;
}

section.hero {
	padding: 0px;
}

section.about {
	background: url(../images/about-bg.jpg) no-repeat center center;
	background-size: cover;
}

.alpv section h1 span,
.alpv section h2 span,
.alpv section h3 span,
.alpv section h4 span {
	color: var(--alpv-secondary);
}

.alpv section h4 {
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 24px;
	margin-bottom: 1rem;
}

.alpv section h2 {
	font-style: normal;
	font-weight: 700;
	font-size: 45px;
	line-height: 43px;
	margin-bottom: 2rem;
}

.alpv section h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 35px;
	line-height: 33px;
	margin-bottom: 1.5rem;
}

.alpv section {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
}

.alpv .text-italic {
	font-style: italic !important;
}

.alpv section p {
	margin-bottom: 1.5rem;
}

.alpv section .btn {
	border-radius: 0px;
	font-weight: 800;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: var(--alpv-primary);
	padding: 9px 25px 10px 25px;
	transition: all .3s ease;
	min-width: 186px;
}

.alpv section ul.icon-list {
	margin: 4rem 0px 4rem;
	padding: 0px;
}

.alpv section ul.icon-list li {
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 18px;
	line-height: 17px;
}

.alpv section ul.icon-list li img {
	margin-right: 1.5rem;
}

.alpv section.about .image-1 {
	margin-top: 17rem;
}

.alpv section.services {
	background-color: var(--alpv-secondary);
	color: #ffffff;
	position: relative;
}

.alpv section.services ul.icon-list li {
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 20px;
	line-height: 21px;
}

.alpv section.services .image {
	position: absolute;
	bottom: -60px;
	right: 0px;
	border: 30px solid #ffffff;
	border-right: 0px;
}

.logotypes img {
	transition: all .3s ease;
	filter: grayscale(100%);
}

.logotypes img:hover {
	filter: grayscale(0);
}


.alpv section.catalog {
	background: url(../images/catalog-bg.jpg) no-repeat center top;
	background-size: 100%;
}

.cat-item {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin-top: 1.5rem;
}

.cat-item .image img {
	display: block;
	width: 100%;
	height: auto;
}

.cat-item>a {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	font-style: italic;
	font-weight: 800;
	font-size: 24px;
	line-height: 29px;
	text-align: center;

	background: rgba(0, 159, 226, .45);
	opacity: 0;
	transform: translateY(4px);
	transition: opacity .25s ease, transform .25s ease;

	pointer-events: none;
}

.cat-item:hover>a,
.cat-item:focus-within>a,
.cat-item>a:focus-visible {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.cat-item>a:focus-visible {
	outline: 2px solid #fff;
	outline-offset: -2px;
}

.with-border .bg-1 {
	height: 45px;
	background-color: #FEEB00;
}

.with-border .col:nth-child(2) .bg-1 {
	background-color: var(--alpv-secondary);
}

.with-border .col:nth-child(3) .bg-1 {
	background-color: #E3087D;
}

.with-border .col:nth-child(4) .bg-1 {
	background-color: var(--alpv-primary);
}

footer .copyright {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #B3B3B3;
	margin: 0px;
	background-color: var(--alpv-primary);
	padding: 19px 0px;
}

footer,
footer a {

	font-weight: 400;
	font-size: 18px;
	line-height: 17px;
	text-decoration: none;
	color: #000000;


}

.alpv footer p {
	margin-bottom: 1.5rem;
}

footer a:hover {
	text-decoration: underline;
}

.alpv footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.footer-menu a {

	font-weight: 700;
	font-size: 24px;
	line-height: 23px;
	text-align: center;
	transition: all .3s ease;

}

.footer-menu li {
	margin-bottom: 1rem;
}

.footer-menu a:hover {
	color: var(--alpv-secondary);
	text-decoration: none;
}

footer a svg,
footer a svg path {
	transition: all .3s ease;
}

footer a:hover svg,
footer a:hover svg path {
	fill: var(--alpv-secondary);
}


#site-header {
	position: sticky;
	top: 0;
	z-index: 1030;
	background: #fff;
	transition: box-shadow .2s ease, background-color .2s ease;
}

body.header-fixed {
	padding-top: var(--header-h, 0px);
}

.is-scrolled #site-header {
	box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}

html {
	scroll-behavior: smooth;
}

.hamburger {
	width: 42px;
	height: 38px;
	border: 0;
	background: transparent;
	padding: 6px;
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
}

.hamburger span {
	display: block;
	height: 3px;
	background: #000;
	border-radius: 2px;
}

#mobile-drawer {
	position: fixed;
	top: 0;
	right: -100%;
	width: min(86vw, 360px);
	height: 100vh;
	background: #fff;
	box-shadow: -12px 0 30px rgba(0, 0, 0, .15);
	z-index: 1040;
	transition: right .28s ease;
	display: flex;
	flex-direction: column;
}

#mobile-drawer.open {
	right: 0;
}

#drawer-backdrop {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, .35);
	z-index: 1035;
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s ease;
}

#drawer-backdrop.show {
	opacity: 1;
	pointer-events: auto;
}

.drawer-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 15px 25px 30px;
	border-bottom: 1px solid #eef1f4;
	font-weight: 700;
}

.alpv .drawer-close {
	font-size: 28px;
	line-height: 1;
	border: 0;
	background: transparent;
}

.drawer-menu {
	list-style: none;
	margin: 0;
	padding: 2rem 16px 0rem;
}

.drawer-menu li {
	margin-bottom: 1.5rem;
}

.drawer-menu a {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 23px;
	text-align: center;
	color: var(--alpv-primary);
	text-decoration: none;
	transition: all .3s ease;
}

.alpv header ul.menu li a.active,
.drawer-menu a.active {
	color: var(--alpv-secondary);
}

@media screen and (max-width:1300px) {


	.alpv header ul.menu li a {
		font-size: 20px;
		line-height: 19px;
	}

	.alpv .btn {
		font-size: 20px;
		line-height: 19px;
	}

	.alpv header ul.d-flex li {
		margin-right: 25px;
	}

	.alpv header ul.d-flex li svg {
		width: 28px;
		height: 28px;
	}

	.alpv .hero h1 {
		font-size: 160px;
		line-height: 45%;
	}

	section img {
		max-width: 100%;
	}

	.alpv section h2 {
		font-size: 36px;
		line-height: 34px;
	}

	.alpv section h4 {
		font-size: 22px;
		line-height: 21px;
	}

	.alpv section h3 {
		font-size: 28px;
		line-height: 26px;
	}

	.alpv section {
		font-size: 18px;
		line-height: 22px;
	}

	.alpv section .btn {
		font-size: 20px;
		line-height: 24px;
	}

	.alpv section ul.icon-list li {
		font-size: 16px;
		line-height: 15px;
	}

	.footer-menu a {
		font-size: 20px;
		line-height: 19px;
	}

	footer,
	footer a {
		font-size: 16px;
		line-height: 20px;
	}
}

@media screen and (max-width:1200px) {

	.alpv header ul.menu li a {
		font-size: 18px;
		line-height: 16px;
	}

	.alpv .btn {
		font-size: 18px;
		line-height: 16px;
	}

	.alpv header ul.d-flex li {
		margin-right: 20px;
	}



	.alpv header ul.d-flex li svg {
		width: 20px;
		height: 20px;
	}

	.alpv .hero h1 {
		font-size: 140px;
		line-height: 50%;
	}

	.alpv .hero h1 span {
		font-size: 50px;
	}

	:root {
		--pagination-height: 30px;
	}


	.alpv section h2 {
		font-size: 30px;
		line-height: 30px;
	}

	.alpv section h4 {
		font-size: 18px;
		line-height: 18px;
	}

	.alpv section h3 {
		font-size: 22px;
		line-height: 22px;
	}

	.alpv section {
		font-size: 16px;
		line-height: 20px;
	}

	.alpv section .btn {
		font-size: 16px;
		line-height: 20px;
	}

	.alpv section ul.icon-list li {
		font-size: 15px;
		line-height: 15px;
	}

	.footer-menu a {
		font-size: 18px;
		line-height: 18px;
	}

	footer,
	footer a {
		font-size: 16px;
		line-height: 20px;
	}

	.alpv section.services .image {
		bottom: -40px;
		border: 20px solid #ffffff;
		border-right: 0px;
		width: 46%;
	}

	.alpv section.services ul.icon-list li {
		font-size: 16px;
		line-height: 18px;
	}

	.with-border .bg-1 {
		height: 30px;
	}

}

@media screen and (max-width:960px) {
	.alpv header ul.d-flex li svg {
		width: 32px;
		height: 32px;
	}

	.alpv .hero h1 {
		font-size: 98px;
		line-height: 64%;
	}

	.alpv .hero h1 span {
		font-size: 40px;
	}

	.alpv .btn {
		font-size: 20px;
		line-height: 19px;
	}

	.alpv section.about .image-1 {
		margin-top: 5rem;
	}

	.alpv section ul.icon-list {
		padding-top: 3rem;
	}

	.alpv section.services ul.icon-list {
		padding-top: 0rem;
	}

	.alpv section.services .image {
		position: static;
		border: 19px solid #ffffff;
		margin: 0 auto -100px;
	}

	.logotypes>div {
		width: 25%;
		margin-bottom: 1.5rem;
		text-align: center;
	}

	footer img {
		width: 60px;
	}

	.alpv header ul.d-flex li:nth-child(2) {
		margin-right: 0px !important;
	}
}


@media screen and (max-width:767px) {
	header .logo img {
		height: 45px;
	}

	.alpv header ul.d-flex li svg {
		width: 24px;
		height: 24px;
	}

	.hamburger {
		width: 38px;
		height: 32px;
	}

	.drawer-header {
		padding: 17px 15px 16px 30px;
	}

	.drawer-menu a {
		font-size: 18px;
		line-height: 20px;
	}

	.alpv .hero h1 {
		font-size: 50px;
		line-height: 80%;
	}

	.alpv .hero h1 span {
		font-size: 24px;
		top: 0;
	}

	:root {
		--pagination-height: 20px;
	}

	.alpv section ul.icon-list {
		padding-top: 0rem;
		margin-top: 1.5rem;
	}

	.alpv section .btn {
		min-width: 150px;
	}

	.alpv section h2 {
		font-size: 26px;
		line-height: 26px;
	}

	.alpv section.services ul.icon-list li {
		font-size: 14px;
		line-height: 18px;
	}

	.alpv section.services .image {
		position: static;
		border: 10px solid #ffffff;
		margin: -41px auto -130px;
		width: 60%;
	}

	.alpv .logotypes.justify-content-between {
		justify-content: center !important;
	}

	.logotypes>div {
		width: 33%;
	}

	.alpv .clients h2 {
		margin-bottom: 0px;
	}

	.with-border .bg-1 {
		height: 20px;
	}

	.cat-item>a {
		font-size: 14px;
		line-height: 18px;
	}

	.footer-mobile .footer-link {
		text-decoration: none;
		color: #111;
		font-weight: 600;
	}

	.footer-mobile .footer-link:active,
	.footer-mobile .footer-link:focus,
	.footer-mobile .footer-link:hover {
		color: var(--alpv-secondary);
	}

	.footer-mobile .social svg {
		display: block;
	}

	.footer-mobile .social {
		line-height: 0;
		opacity: .9;
	}

	.footer-mobile .social:active,
	.footer-mobile .social:focus,
	.footer-mobile .social:hover {
		opacity: 1;
	}

	.alpv footer .btn {
		font-size: 16px;
		line-height: 20px;
	}
}