/* this websitre parametrs */
.popup {
	opacity: 0;
	pointer-events: none;
}
body {
  background-color: #181819;
}
.wow {
  animation-delay: 0.4s;
  animation-duration: 1.5s;
  visibility: hidden;
}
.header.wow, .footer__container.wow {
  animation-duration: 1s;
  animation-delay: 0s;
}
.footer.wow {
  transition: background 10s ease 0s;
}
._modal-btn {
  cursor: pointer;
}
body._lock {
  overflow: hidden;
}
/* ._wrapper > * {
	overflow-x: hidden;
} */

/***************************************
****************reset*******************
***************************************/
*, *::before, *::after {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}
a {
	text-decoration: none;
}
ul, ol, li {
	list-style: none;
}
img {
	vertical-align: top;
}
html, body {
	height: 100%;
	line-height: 1;
	font-size: 16px;
	color: #000;
  font-family: 'Ubuntu';
  font-weight: 400;
}
._wrapper {
	min-height: 100%;
	overflow: hidden;
	max-width: 100%;
	display: flex;
	flex-direction: column;
}
img {
	display: block;
}
._container {
	margin: 0 auto;
	max-width: 1170px;
	padding: 0 20px;
	box-sizing: content-box;
}
.main {
	flex: 1 1 auto;
}
._pb_img, ._pb_img_contain {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
._pb_img_contain {
	object-fit: contain;
}
.swiper-slide {
	cursor: grab;
}
.swiper-slide:active {
	cursor: grabbing;
}