.room-name {
	font-family: Helveticaneuecyr-Light;
	font-weight: 100;
	font-size: 28px;
	line-height: 1.2;
	text-transform: uppercase;
	margin-top: 0;
}

.room {
    min-height: 91px;
}

.item-block {
	position: relative;
}

.room-name span {
	font-family: Helveticaneuecyr-Bold;
	color: #b64646;
}

.pad35.item-block {
	padding: 35px;
}

.not-ready {
	color: #b64646;
	margin-left: 20px;
}

.ready {
	text-align: right;
	margin-right: 20px;
}

.ready span {
	color: #469961;
}

.cent-text {
	position: absolute;
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
	width: 325px;
	border: 2px solid #72bec2;
	border-radius: 7px;
	padding: 20px;
	text-align: center;
}

.cent-text p {
	font-size: 13px;
	color: #464646;
}

.square {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 2px solid #72bec2;
	border-radius: 7px;
}

.room-img {
	position: relative;
	width: 100%;
	min-height: 230px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.vline {
	border-right: 2px solid #72bec2;
}

.ba {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	top: 40%;
	right: -20px;
	border-radius: 50%;
	background: #72bec2;
}

.room-col {
	width: 50%;
}

@media (max-width: 1070px) {
	.cent-text {position: relative;top: auto;width: 100%;}
	.room-col {width: 100%;padding-top: 25px;}
	.room {
		width: 100%;
		justify-content: center;
	}
	.room-img {
		min-height: auto;
		margin-top: 20px;
	}
	.vline {
	  border-right: 0;
	  border-bottom: 2px solid #72bec2;
	  padding-bottom: 25px;
    }
    .ba {
    	left: 50%;
    	transform: translateX(-50%);
    	top: auto;
    	bottom: -20px;
    }

    .ba img {
    	transform: rotate(90deg);
    }

    .pad35.item-block {padding: 35px 15px;}

}

@media (max-width: 576px) {
	.room-name {font-size: 25px;}
}

.col1 {
	width: 20%;
}

.col2 {
	width: 80%;
	padding-left: 25px;
}

.checks {
	margin-top: 12px;
}

.checks-col h6 {
	text-align: left;
}

@media (max-width: 960px) {
  .col1 {width: 30%;}
  .col2 {width: 70%;}
}

@media (max-width: 768px) {
  .col1 {width: 100%;}
  .col2 {width: 100%;padding-left: 0;}
  .checks-col h6 {text-align: center; padding-top: 30px;}
}

