.vac-item {
	border-radius: 5px;
	border: 1px solid #DCDCDC;
	padding:32px;
	margin-bottom:24px;
	display: flex;
	gap:32px;
}

.vac-image {
	border-radius: 3px;
	overflow:hidden;
}

.vactags {
	margin-bottom:24px;
}

.vactags a{
	padding:4px 16px;
	border-radius: 20px;
	border: 1px solid #DCDCDC;
	background: #F7F8F9;
	display: inline-block;
	color: #1B3B75;
	text-align: center;
	text-decoration: none;
	/* Text_12/Regular */
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; /* 133.333% */
}

.vac-text strong {
	display: block;
	margin-bottom:8px;
	color: #000;
	/* Desktop_Heading/20_H3 */
	font-family: Montserrat-Bold;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 120% */
}

.cost {
	color: #4F4F4F;
	/* Desktop_Heading/20_H3 */
	font-family: Montserrat-Bold;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 120% */
	margin-bottom:24px;
}

.vac-char {
	display:flex;
	align-items: center;	
	margin-bottom:4px;
}

.vac-char-name {
	flex:0 0 140px;
	width:140px;
	color: #4F4F4F;
	/* Text_14/None/Regular */
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
}

.vac-char-value {
	color: #000;
	/* Text_14/None/Regular */
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
}

.vac-more {
	color: #FFF;
	/* Text_16/SemiBold */
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
	border-radius: 3px;
	background: #1B3B75;
	display: inline-block;
	width:270px;
	margin-top:24px;
	text-align: center;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
}

.vac-more:hover {
	color:#fff;
}

.vac-head {
	display: flex;
	justify-content: space-between;
	margin-bottom:16px;
}

.vac-title {
	color: #000;
	/* Desktop_Heading/20_H3 */
	font-family: Montserrat-Bold;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 120% */
}

.vac-head a {
	color: #000;
	text-decoration: none;
	/* Text_16/SemiBold */
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
	padding:8px 24px;
	border-radius: 3px;
	border: 1px solid #DCDCDC;
}

.vac-head a:hover {
	text-decoration: none;
}

@media (max-width: 1199px) {
	.vac-image {
		display: none;
	}

	.vac-head {
		flex-direction: column;
		gap:16px;
	}
}

.otkls {
	display: flex;
	align-items: center;
	gap:16px;
	color: #BDBDBD;
	/* Text_14/None/Regular */
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	margin-bottom:24px;
}

.otkls a{
	text-decoration: none;
	color: #4F4F4F;
	/* Text_14/None/Regular */
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
}

.otkls a:hover, .otkls a.active{
	color: #000;
}

@media (max-width: 767.98px) {

	.personals {
		padding-top:0px !important;
	}

	.otkls { 
		margin-bottom:16px;
	}

	.vac-title {
		color: #4F4F4F;
		/* Mob-Heading/14_H3 */
		font-family: Montserrat-Bold;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		margin-bottom: 24px;
		line-height: 16px; /* 114.286% */
	}

	.vac-head {
		margin-bottom:24px;
	}

	.vac-head a {
		display: block;
		text-align: center;
	}

	.vac-char {
		align-items: start;
	}

	.vac-item {
		padding:16px;
	}

	.vac-char-name {
		flex:0 0 90px;
		width:90px;
		font-size:12px;
	}	

	.vac-char-value {
		font-size:12px;
	}

	.vactags {
		margin-bottom:16px;
	}

	.vac-text strong {
		line-height: 16px;
		font-size:14px;
		margin-bottom:8px;
	}

	.vac-text .cost {
		line-height: 16px;
		font-size:14px;
		margin-bottom:16px;
	}

	.vac-more {
		width:100%;
		margin-top:16px;
	}
}