body {
	margin: 0 auto;
	max-width: 2000px;
}

#galery h4 {
	color: rgb(37, 37, 37);
	font-family: "RalewayBold";
	font-size: 48px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}
.heart {
	display: flex;
	justify-content: center;
}
.heart div {
	margin: 10px;
}
#AllContent {
	display: flex;
	justify-content: center;
}
#Content {
	width: 70%;
}
#sliderPicture {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.slider {
	width: 700px;
	overflow: hidden;
}
#polosa {
	position: relative;
	display: flex;
	left: 0;
	transition: all ease 1s;
}
.imageDiv img {
	width: 700px;
	height: 466px;
	object-fit: cover;
}
#sliderVideo {
	width: 700px;
	height: 466px;
}
#text {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#leftBtn,
#rightBtn {
	outline: none;
	cursor: pointer;
}

/*Content*/

#AllGallery {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.text_data {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.numbers {
	left: 84%;
	top: 31px;
	position: absolute;
}
.numTwo {
	top: 101%;
}
.numbers a {
	font-size: 20px;
	color: rgba(37, 37, 37, 0.5);
	font-family: "OpenSansLight";
	font-weight: bold;
	margin: 0 2px;
}
.counter_active {
	font-size: 22px;
	color: rgba(22, 22, 22, 0.5);
}
.data {
	font-family: "RalewayMed";
	font-size: 26px;
	color: rgb(254, 0, 0);
}
.text {
	font-family: "RalewayMed";
	color: rgb(80, 80, 80);
	font-size: 24px;
	display: flex;
	align-items: center;
}
#title {
	font-family: "RalewayMed";
	color: rgb(80, 80, 80);
	margin-top: 5px;
	font-size: 24px;
}
#data {
	margin-top: 5px;
	font-size: 18px;
	font-family: "RalewayLight";
}
.Gallery {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: fit-content;
	margin-top: 60px;
	margin-bottom: 60px;
}
.AllList {
	width: 350px;
	height: 233px;
	margin: 10px;
}
.allContent {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.AllList img,
.AllList iframe {
	width: 100%;
	height: 100%;
}
#buttons {
	margin-top: 40px;
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
}
#back {
	background: none;
	border: none;
	color: rgb(254, 0, 0);
	font-size: 18px;
	cursor: pointer;
	outline: none;
}
#next {
	font-size: 18px;
	background-color: rgb(254, 0, 0);
	color: rgb(254, 254, 254);
	border: none;
	padding: 9px 35px;
	border-radius: 4px;
	margin-left: 30px;
	cursor: pointer;
	outline: none;
}
.counter1 {
	display: flex;
	align-items: flex-end;
}
.hover_img img {
	transition: 1s;
	object-fit: cover;
	object-position: 0% 15%;
}
.hover_img img:hover {
	transform: scale(1.1);
}
