/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */
@import url('./font.css');

* {
	margin: 0;
	padding: 0;
}

#war_ended_banner * {
	font-family: "SimplerPro";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#war_ended_banner {
	direction: rtl;
	font-size: 18px;
	color: #fff;
	position: relative;
	overflow: hidden;
	background: url(./img/2560-1921.jpg) no-repeat center center/cover;
	height: 595px;
	width: 100%;
	display: grid;
	margin-top: 69px;
}

#war_ended_banner .war_ended_banner_logo {
	position: absolute;
	top: 32px;
	right: 32px;
}

#war_ended_banner .container::before,
#war_ended_banner .container::after {
	content: none;
}
#war_ended_banner .container {
	width: 100%;
	margin: 0 auto;
	/* max-width: 720px; */
	display: flex;
	justify-content: flex-start;
	column-gap: 98px;
	position: relative;
	padding: 0;
}

#war_ended_banner .container .сol {
	justify-content: center;
}

#war_ended_banner p{
	font-family: "SimplerPro";
	line-height: normal;
	font-weight: 400;
	text-align: right;
	color: #F4F4F4;
	text-align: right;
}
#war_ended_banner p.top-p {
	font-size: 120px;
	line-height: 75%;
	font-weight: 700;
	padding-top: 201.5px;
}
#war_ended_banner h1 {
	font-family: "SimplerPro";
	font-size: 120px;
	line-height: 75%;
	font-weight: 700;
	text-align: right;
	background: linear-gradient(251deg, #6EDCFB 12.89%, #0073FF 87.11%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 4px;
}

@media only screen and (max-width: 1920px) {
	#war_ended_banner {
		background-image: url(./img/1920-1600.jpg);
	}
	#war_ended_banner .container {
		max-width: 1016px;
	}
	#war_ended_banner p.top-p {
		padding-top: 201px;
	}
}
@media only screen and (max-width: 1600px) {
	#war_ended_banner {
			background-image: url(./img/1599-1200.jpg);
		}

	#war_ended_banner .container {
		padding: 0 5px;
		max-width: 1016px;
	}
	#war_ended_banner p.top-p {
		padding-top: 201px;
	}
	#war_ended_banner h1 {
		/* font-size: 100px;
		line-height: 80%; */
	}
}
@media only screen and (max-width: 1200px) {
	#war_ended_banner {
		background-image: url(./img/1199-992.jpg);
	}
	#war_ended_banner .container {
		max-width: 854px;
		justify-content: flex-start;
	}

	#war_ended_banner p.top-p {
		padding-top: 217px;
		font-size: 100px;
		line-height: 80%;
	}

	#war_ended_banner h1 {
		font-size: 100px;
		line-height: 80%;
	}
	
}
@media only screen and (max-width: 992px) {
	#war_ended_banner {
		background-image: url(./img/991-768.jpg);
	}

	#war_ended_banner .war_ended_banner_logo {
		right: 50%;
		transform: translateX(50%);
		max-width: 41px;
	}

	#war_ended_banner .container {
		max-width: 432px;
		padding: 0;
		justify-content: center;
	}

	#war_ended_banner p {
		text-align: center;
	}

	#war_ended_banner p.top-p {
		font-size: 74px;
		padding-top: 127px;
		line-height: 78%;
	}
	#war_ended_banner h1{
		font-size: 74px;
		line-height: 78%;
		text-align: center;
	}

}

@media only screen and (max-width: 767px) {
	#war_ended_banner {
		height: 484px;
		background-image: url(./img/767-360.jpg);
		margin-top: 69px;
		place-content: normal;
		align-items: start;
		justify-content: center;
	}

	#war_ended_banner .war_ended_banner_logo {
		top: 16px;
	}

	#war_ended_banner .container {
		max-width: 320px;
		padding: 0;
	}
	#war_ended_banner .col:first-child {
		order: 2;
		flex-direction: column;
	}
	
	#war_ended_banner p.top-p {
		text-align: center;
		font-size: 56px;
		line-height: 84%;
		padding-top: 112px;
	}

	#war_ended_banner h1 {
		text-align: center;
		font-size: 56px;
		line-height: 84%;
		margin-top: 0;
	}
}

@media only screen and (min-width: 1920px) {
	#war_ended_banner .container {
		max-width: 1140px;
	}
}