@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playwrite+AU+SA:wght@100..400&display=swap");

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Roboto", serif;
	font-style: normal;
	min-height: 100vh;
	width: 100%;
	overflow-x: hidden;
}

.content {
	width: calc(100% - 250px);
	min-height: 100vh;
	overflow-x: hidden;
	box-sizing: border-box;
	margin-left: 250px;
	position: relative;
	background-color: #3f434c;
}
.content-background {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	z-index: -3;
}
/*.content-background img {
	object-fit: cover;
	height: 100vh;
	min-width: 100%;
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
	position: relative;
	z-index: -2;
}
.content-background-cover {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	z-index: -1;
	background-color: #000000c7;
}*/
.content-background-cover {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	z-index: -1;
	background-color: #3f434c;
}

.content-wrapper {
	width: 100%;
	display: flex;
	min-height: calc(100vh - 230px);
}
.content-wrapper-left {
	width: calc(50%);
	box-sizing: border-box;
	padding: 50px;
	position: relative;
	background-color: #35383f;
	border-radius: 0px 0px 25px 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}
.content-wrapper-left-text {
	box-sizing: border-box;
	padding: 25px;
	background-color: #3f434c;
	color: #b3b2b2;
	font-size: 25px;
	border-radius: 15px;
	text-align: center;
}
.content-wrapper-left-slogan {
	box-sizing: border-box;
	padding: 25px;
	background-color: #3f434c;
	color: #e4e4e4;
	font-weight: 500;
	font-size: 25px;
	border-radius: 15px;
	text-align: center;
	border: 2px solid #dd9361;
}
.content-wrapper-left-farewell {
	box-sizing: border-box;
	padding: 25px;
	background-color: #3f434c;
	color: #b3b2b2;
	font-size: 25px;
	border-radius: 15px;
	text-align: center;
}
.content-wrapper-left-logos {
	background-color: #3f434c;
	box-sizing: border-box;
	padding: 5px 25px;
	border-radius: 15px;
}
.content-wrapper-left-logos img {
	width: 150px;
}
.content-wrapper-left-logos img:last-child {
	width: 250px;
}
.content-wrapper-left-logos img:first-child {
	width: 250px;
}

/*
.content-wrapper-left-rezension {
	width: 250px;
	background-color: #3f434c;
	box-sizing: border-box;
	padding: 12px;
	border-radius: 25px;
	position: absolute;
}
.content-wrapper-left-rezension-text {
	box-sizing: border-box;
	padding: 5px;
}
.content-wrapper-left-rezension-text p {
	color: #b3b2b2;
	font-size: 16px;
}
.content-wrapper-left-rezension-author {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 5px 0px;
}
.content-wrapper-left-rezension-author p {
	color: #b3b2b2;
	opacity: 0.8;
}
.content-wrapper-left-rezension:nth-child(1) {
	position: absolute;
	top: 5%;
	left: 5%;
}
.content-wrapper-left-rezension:nth-child(2) {
	position: absolute;
	top: 35%;
	right: 40%;
}
.content-wrapper-left-rezension:nth-child(3) {
	position: absolute;
	top: 15%;
	right: 8%;
}
.content-wrapper-left-rezension:nth-child(4) {
	position: absolute;
	bottom: 5%;
	left: 15%;
}
.content-wrapper-left-rezension:nth-child(5) {
	position: absolute;
	bottom: 10%;
	right: 5%;
}*/

.content-wrapper-right {
	width: calc(50%);
	height: 100%;
	color: #03020a;
	background-color: #3f434c;
	/*border-radius: 15px 0px 0px 15px;*/
	display: flex;
	flex-direction: column;
}
.content-wrapper-right-img-outside {
	width: 100%;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	padding: 25px;
	overflow: hidden;
}
.content-wrapper-right-img-outside-img {
	width: 355px;
	height: 250px;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 25px;
	border: 2px solid #dd9361;
}
.content-wrapper-right-img-outside-img img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 25px;
	border: 2px solid #dd9361;
}
.content-wrapper-right-info {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.content-wrapper-right-info span {
	width: 10px;
	height: 10px;
	background-color: #b3b2b2;
	border-radius: 100%;
	margin: 15px 0px;
	opacity: 0.8;
}
.content-wrapper-right-info-info {
	font-weight: 800px;
	font-size: 25px;
	color: #e4e4e4;
	opacity: 0.8;
}
.content-wrapper-right-info-name {
	color: #e4e4e4;
	opacity: 1;
	font-weight: 600;
	font-size: 28px;
}
.content-wrapper-right-location {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 15px;
}
.content-wrapper-right-location-location {
	display: flex;
	justify-content: flex-start;
	text-decoration: underline;
	color: #e4e4e4;
	font-size: 20px;
	opacity: 0.8;
	margin-top: 10px;
	transition: 150ms;
}
.content-wrapper-right-location-location img {
	width: 25px;
}
.content-wrapper-right-location-location:hover {
	cursor: pointer;
	opacity: 1;
	transition: 150ms;
}
.content-wrapper-right-contact {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 40px;
}
.content-wrapper-right-contact button {
	width: 250px;
	height: 55px;
	border-radius: 25px;
	outline: none;
	background-color: #03020a;
	color: #f0ecec;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.5px;
	border: none;
	transition: 350ms;
}
.content-wrapper-right-contact button:hover {
	cursor: pointer;
	color: #03020a;
	background-color: #fff;
	transition: 350ms;
}
.content-wrapper-right-contact div {
	display: flex;
	box-sizing: border-box;
	padding: 10px;
	color: #b3b2b2;
	font-size: 20px;
	font-weight: 500;
}
.content-wrapper-right-contact div a {
	text-decoration: none;
	color: #b3b2b2;
	transition: 150ms;
}
.content-wrapper-right-contact div a:hover {
	color: #e4e4e4;
	transition: 150ms;
}
.content-wrapper-right-contact div img {
	margin-right: 5px;
}

.content-pre-footer {
	width: 100%;
	height: 80px;
	background-color: #3f434c;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1.5px;
	color: #e4e4e4;
}
.content-pre-footer span {
	width: 10px;
	height: 10px;
	background-color: #e4e4e4;
	border-radius: 100%;
	margin: 0px 5%;
}
@media (max-width: 1900px) {
	.content-wrapper-left-logos {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.content-wrapper-left-logos img {
		width: 100px;
	}
	.content-wrapper-left-logos img:last-child {
		width: 150px;
	}
	.content-wrapper-left-logos img:first-child {
		width: 150px;
	}
}
@media (max-width: 1700px) {
	.content-wrapper-left {
		padding: 10px 25px;
	}
}
@media (max-width: 1200px) {
	.content {
		width: calc(100%);
		margin-left: 0px;
	}
	.content-wrapper {
		margin-top: 100px;
	}
}
@media (max-width: 900px) {
	.content-wrapper {
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
		min-height: calc(100vh - 230px);
	}
	.content-wrapper-right {
		width: 100%;
		padding: 25px 0px;
	}
	.content-wrapper-left {
		width: 100%;
		height: 400px;
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		align-items: center;
	}
	.content-wrapper-left-logos {
		padding: 15px 15px;
	}
	.content-wrapper-left-logos img {
		width: 180px;
	}
	.content-wrapper-left-logos img:last-child {
		width: 250px;
	}
	.content-wrapper-left-logos img:first-child {
		width: 250px;
	}
}
@media (max-width: 700px) {
	.content-wrapper-left {
		padding: 0px 25px;
	}
	.content-wrapper-left-text {
		padding: 20px;
		font-size: 20px;
	}
	.content-wrapper-left-slogan {
		padding: 20px;
		font-size: 20px;
	}
	.content-wrapper-left-farewell {
		padding: 20px;
		font-size: 20px;
	}
	.content-pre-footer {
		font-size: 18px;
	}
	.content-pre-footer span {
		margin: 0px 15px;
	}
}
@media (max-width: 600px) {
	.content-wrapper-right-img-outside-img {
		width: 280px;
		height: 200px;
		padding: 15px;
	}
	.content-wrapper-right-info span {
		width: 5px;
		height: 5px;
		margin: 10px 0px;
	}
	.content-wrapper-right-info-info {
		font-size: 20px;
	}
	.content-wrapper-right-info-name {
		font-size: 25px;
	}
	.content-wrapper-right-location-location {
		font-size: 16px;
	}
	.content-wrapper-right-location-location img {
		width: 20px;
		margin-right: 5px;
	}
	.content-wrapper-right-contact {
		margin-top: 30px;
	}
	.content-wrapper-right-contact button {
		width: 220px;
		height: 45px;
		border-radius: 15px;
		font-size: 16px;
	}
	.content-wrapper-right-contact div {
		font-size: 16px;
		margin-top: 10px;
	}
	.content-wrapper-right-contact img {
		width: 20px;
	}
	.content-wrapper-left {
		padding: 0px 25px;
	}
	.content-wrapper-left-text {
		padding: 20px;
		font-size: 18px;
	}
	.content-wrapper-left-slogan {
		padding: 20px;
		font-size: 18px;
	}
	.content-wrapper-left-farewell {
		padding: 20px;
		font-size: 18px;
	}
}
@media (max-width: 500px) {
	.content-pre-footer {
		font-size: 18px;
		flex-direction: column;
		height: 150px;
	}
	.content-pre-footer span {
		margin: 10px 0px;
		width: 5px;
		height: 5px;
	}
}
