.main-container {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 30px;
	display: flex;
	flex-shrink: 0;
	background-color: rgba(38, 38, 38, 1);
}

.background-image {
	width: 100%;
	height: 436px;
	object-fit: cover;
}

.img-mask {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 436px;
	display: flex;
	position: absolute;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
}

.visit-button {
	top: 530px;
	left: 15px;
	width: 285px;
	height: 55px;
	display: flex;
	position: absolute;
	flex-shrink: 0;
	border-radius: 18px;
	justify-content: center;
    align-items: center;
}

.card {
	width: 315px;
	height: 600px;
	display: flex;
	overflow: hidden;
	position: relative;
	align-items: center;
	flex-shrink: 0;
	border-radius: 30px;
	background-color: rgba(255, 255, 255, 1);
	outline: 3px solid white;
	outline-offset: -1px;
}

.visit-button {
	top: 530px;
	left: 15px;
	width: 285px;
	height: 55px;
	color: white;
	display: flex;
	position: absolute;
	flex-shrink: 0;
	border-radius: 15px;
	justify-content: center;
    align-items: center;
	font-size: 20px;
	text-align: center;
	font-family: Onest;
	font-weight: 700;
	text-decoration: none;
	box-sizing: border-box;
	transition: background-color 0.25s ease, color 0.25s ease;
}

.ozolaivas-text {
	top: 460px;
	left: 40px;
	color: rgb(0, 0, 0);
	width: 229px;
	height: auto;
	position: absolute;
	font-size: 14px;
	text-align: center;
	font-family: Onest;
	font-weight: 700;
	line-height: normal;
	font-stretch: normal;
	text-decoration: none;
}

.ozolaivas-logo {
	top: 296px;
	left: 64px;
	width: 180px;
	position: absolute;
}

.laivusports-text {
	top: 450px;
	left: 32px;
	color: rgb(0, 0, 0);
	width: 250px;
	height: auto;
	position: absolute;
	font-size: 14px;
	text-align: center;
	font-family: Onest;
	font-weight: 700;
	line-height: normal;
	font-stretch: normal;
	text-decoration: none;
}

.visit-ozolaivas {
	background-color: #77353e;
}

.visit-ozolaivas:hover {
	background-color: white;
	color: #77353e;
	border: 2px solid #77353e;
}

.laivusports-logo {
	top: 298px;
	left: 64px;
	width: 180px;
	position: absolute;
}

.airklubs-text {
	top: 450px;
	left: 32px;
	color: rgb(0, 0, 0);
	width: 250px;
	height: auto;
	position: absolute;
	font-size: 14px;
	text-align: center;
	font-family: Onest;
	font-weight: 700;
	line-height: normal;
	font-stretch: normal;
	text-decoration: none;
}

.visit-laivusports {
	background-color: #77353e;
}

.visit-laivusports:hover {
	background-color: white;
	color: #77353e;
	border: 2px solid #77353e;
}

.air-klubs-logo {
	top: 298px;
	left: 66px;
	width: 180px;
	position: absolute;
}

.desktop-frame34 {
	top: 530px;
	left: 15px;
	width: 285px;
	height: 55px;
	display: flex;
	overflow: hidden;
	position: absolute;
	align-items: flex-start;
	flex-shrink: 0;
	border-radius: 15px;
	background-color: rgb(236, 101, 64);
}

.visit-airklubs {
	background-color: black;
}

.visit-airklubs:hover {
	background-color: white;
	color: black;
	border: 2px solid black;
}

.afs-text {
	top: 450px;
	left: 40px;
	color: rgba(0, 0, 0, 1);
	width: 236px;
	height: auto;
	position: absolute;
	font-size: 14px;
	text-align: center;
	font-family: Onest;
	font-weight: 700;
	line-height: normal;
	font-stretch: normal;
	text-decoration: none;
}

.afs-logo {
	top: 377px;
	left: 54px;
	width: 200px;
	height: 44px;
	position: absolute;
}

.visit-afs {
	background-color: rgb(236, 101, 64);
}

.visit-afs:hover {
	background-color: white;
	color: rgb(236, 101, 64);
	border: 2px solid rgb(236, 101, 64);
}

@media (min-width: 1600px) {
	.main-container {
		gap: 40px;
	}
	.card {
		height: 650px;
		width: 340px;
	}
	.visit-button {
		top: 580px;
		width: 310px;
	}
	.img-mask {
		height: 450px;
	}
	.background-image {
		height: 450px;
	}
	.ozolaivas-logo {
		top: 338px;
		left: 73px;
	}
	.ozolaivas-text {
		top: 500px;
		left: 52px;
	}
	.laivusports-logo {
		top: 338px;
		left: 73px;
	}
	.laivusports-text {
		top: 492px;
		left: 45px;
	}
	.air-klubs-logo {
		top: 336px;
		left: 75px;
	}
	.airklubs-text {
		top: 492px;
		left: 44px;
	}
	.afs-logo {
		top: 416px;
		left: 62px;
	}
	.afs-text {
		top: 492px;
		left: 50px;
	}
}

@media (min-width: 1250px) and (max-width: 1400px) {
	.card {
		width: 280px;
	}
	.visit-button {
		width: 250px;
	}
	.ozolaivas-logo {
		left: 45px;
	}
	.ozolaivas-text {
		left: 23px;
	}
	.laivusports-logo {
		left: 45px;
	}
	.laivusports-text {
		left: 14px;
	}
	.air-klubs-logo {
		left: 48px;
	}
	.airklubs-text {
		left: 14px;
	}
	.afs-logo {
		left: 40px;
	}
	.afs-text {
		left: 22px;
	}
}

@media (min-width: 1200px) and (max-width: 1249px) {
	.main-container {
		gap: 17px;
	}
	.card {
		width: 280px;
	}
	.visit-button {
		width: 250px;
	}
	.ozolaivas-logo {
		left: 45px;
	}
	.ozolaivas-text {
		left: 23px;
	}
	.laivusports-logo {
		left: 45px;
	}
	.laivusports-text {
		left: 14px;
	}
	.air-klubs-logo {
		left: 48px;
	}
	.airklubs-text {
		left: 14px;
	}
	.afs-logo {
		left: 40px;
	}
	.afs-text {
		left: 22px;
	}
}

@media (min-width: 900px) and (max-width: 1199px) {
	.main-container {
		flex-wrap: wrap;
		gap: 50px;
		padding: 50px 10px 50px 10px;
		height: fit-content;
	}
	.card {
		width: 360px;
	}
	.visit-button {
		width: 330px;
	}
	.ozolaivas-logo {
		left: 85px;
	}
	.ozolaivas-text {
		left: 61px;
	}
	.laivusports-logo {
		left: 85px;
	}
	.laivusports-text {
		left: 52px;
	}
	.air-klubs-logo {
		left: 87px;
	}
	.airklubs-text {
		left: 50px;
	}
	.afs-logo {
		left: 74px;
	}
	.afs-text {
		left: 59px;
	}
}

@media (min-width: 850px) and (max-width: 899px) {
	.main-container {
		flex-wrap: wrap;
		gap: 30px;
		padding: 50px 10px 50px 10px;
		height: fit-content;
	}
	.card {
		width: 360px;
	}
	.visit-button {
		width: 330px;
	}
	.ozolaivas-logo {
		left: 85px;
	}
	.ozolaivas-text {
		left: 61px;
	}
	.laivusports-logo {
		left: 85px;
	}
	.laivusports-text {
		left: 52px;
	}
	.air-klubs-logo {
		left: 87px;
	}
	.airklubs-text {
		left: 50px;
	}
	.afs-logo {
		left: 74px;
	}
	.afs-text {
		left: 59px;
	}
}

@media (min-width: 750px) and (max-width: 849px) {
	.main-container {
		flex-wrap: wrap;
		padding: 30px 10px 30px 10px;
		height: fit-content;
	}
}

@media (min-width: 700px) and (max-width: 749px) {
	.main-container {
		flex-wrap: wrap;
		gap: 25px;
		padding: 30px 10px 30px 10px;
		height: fit-content;
	}
}

@media (min-width: 650px) and (max-width: 699px) {
	.main-container {
		flex-wrap: wrap;
		gap: 30px;
		padding: 30px 10px 30px 10px;
		height: fit-content;
	}
	.card {
		width: 280px;
	}
	.visit-button {
		width: 250px;
	}
	.ozolaivas-logo {
		left: 45px;
	}
	.ozolaivas-text {
		left: 23px;
	}
	.laivusports-logo {
		left: 45px;
	}
	.laivusports-text {
		left: 14px;
	}
	.air-klubs-logo {
		left: 48px;
	}
	.airklubs-text {
		left: 14px;
	}
	.afs-logo {
		left: 40px;
	}
	.afs-text {
		left: 22px;
	}
}

@media (min-width: 600px) and (max-width: 649px) {
	.main-container {
		flex-wrap: wrap;
		gap: 15px;
		padding: 20px 5px 20px 5px;
		height: fit-content;
	}
	.card {
		width: 280px;
	}
	.visit-button {
		width: 250px;
	}
	.ozolaivas-logo {
		left: 45px;
	}
	.ozolaivas-text {
		left: 23px;
	}
	.laivusports-logo {
		left: 45px;
	}
	.laivusports-text {
		left: 14px;
	}
	.air-klubs-logo {
		left: 48px;
	}
	.airklubs-text {
		left: 14px;
	}
	.afs-logo {
		left: 40px;
	}
	.afs-text {
		left: 22px;
	}
}

@media (min-width: 400px) and (max-width: 599px) {
	.main-container {
		flex-wrap: wrap;
		gap: 40px;
		padding: 50px 10px 50px 10px;
		height: fit-content;
	}
	.card {
		width: 340px;
	}
	.visit-button {
		width: 310px;
	}
	.ozolaivas-logo {
		left: 75px;
	}
	.ozolaivas-text {
		left: 51px;
	}
	.laivusports-logo {
		left: 75px;
	}
	.laivusports-text {
		left: 45px;
	}
	.air-klubs-logo {
		left: 78px;
	}
	.airklubs-text {
		left: 43px;
	}
	.afs-logo {
		left: 62px;
	}
	.afs-text {
		left: 50px;
	}
}

@media (min-width: 350px) and (max-width: 399px) {
	.main-container {
		flex-wrap: wrap;
		padding: 30px 10px 30px 10px;
		height: fit-content;
	}
}

@media (max-width: 349px) {
	.main-container {
		flex-wrap: wrap;
		padding: 30px 10px 30px 10px;
		height: fit-content;
	}
	.card {
		width: 280px;
	}
	.visit-button {
		width: 250px;
	}
	.ozolaivas-logo {
		left: 45px;
	}
	.ozolaivas-text {
		left: 23px;
	}
	.laivusports-logo {
		left: 45px;
	}
	.laivusports-text {
		left: 14px;
	}
	.air-klubs-logo {
		left: 48px;
	}
	.airklubs-text {
		left: 14px;
	}
	.afs-logo {
		left: 40px;
	}
	.afs-text {
		left: 22px;
	}
}