@media (min-width: 601px) {
	body {
		min-width: 1244px;
	}
}




.container {
	background: url(/img/texture_x2.png);
	background-position: 0 -6px
}

.room {
	width: 1200px;
	height: auto;
	position: relative;
	margin: auto;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0px 25px 41.28px 1.72px rgba(0, 0, 0, 0.03);
	margin-top: 130px;
}

.room .number {
	width: 100%;
	text-align: center;
	font-family: 'Roboto Regular';
	font-size: 19px;
	color: #8d8d8d
	letter-spacing: 2.9px;
	position: absolute;
	top: 65px;
}

.room .name {
	width: 96%;
	padding: 0 2%;
	height: 53px;
	text-align: center;
	font-family: 'Playfair Display Medium';
	font-size: 38px;
	overflow: hidden;
	position: absolute;
	top: 88px;
}

.room .main-photo {
	width: 755px;
	height: 530px;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 175px;
	left: 69px;
}

.room .additionals {
	width: 288px;
	height: 166px;
	object-fit: cover;
	object-position: center;
	cursor: pointer;
	position: absolute;
	left: 840px;
}

.room .additional1 {
	top: 176px;
}

.room .additional2 {
	top: 357px;
}

.room .additional3 {
	top: 538px;
}

.room .description {
	width: 756px;
	height: 214px;
	font-family: 'Playfair Display Regular';
	font-size: 21px;
	line-height: 36px;
	overflow: hidden;
	position: absolute;
	top: 739px;
	left: 70px;
}

.room .persons {
	position: absolute;
	top: 748px;
}

.room .person1 {
	left: 870px;
}

.room .person2 {
	left: 889px;
}

.room .price {
	font-family: 'Playfair Display SemiBold';
	font-size: 29px;
	position: absolute;
	top: 739px;
	left: 940px;
}

.room .application {
	font-family: 'Roboto Regular';
	font-size: 14px;
	letter-spacing: 2.1px;
	text-transform: uppercase;	
	border: 2px solid #000;
	padding: 18px 43px;
	cursor: pointer;
	position: absolute;
	top: 784px;	
	left: 868px;
	transition: color ease 0.3s, background-color ease 0.3s;
}

.room .application:hover {
	color: #fff;
	background-color: #000;
}

.room .application-mob {
	display: none;
}

.mobile-rectangle {
	display: none;
}

.room .specs-des {
	font-family: 'Roboto Medium';
	font-size: 16px;
	color: #8d8d8d;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	position: absolute;
	left: 68px;
}

.room .room-size-des {
	top: 974px;	
}

.room .sleeping-places-des {
	top: 1025px;
}

.room .view-des {
	top: 1072px;
}

.room .specs {
	font-family: 'Roboto Medium';
	font-size: 15px;
	position: absolute;
	left: 275px;
}

.room .specs sup {
	font-size: 10px;
}

.room .room-size {
	letter-spacing: 2.4px;
	top: 974px;	
}

.room .sleeping-places {
	top: 1024px;
}

.room .view {
	top: 1072px;
}

.room table {
 	border-collapse: collapse;
	position: relative;
	/* top: 1166px; */
	left: 69px;
	margin-top: 1166px;
	margin-bottom: 71px;
}
 
.room table td {
	width: 262px;
	height: 359px;
 	border: 1px solid #8d8d8d;
	position: relative;
	vertical-align: top;
}

.table-des {
	width: 100%;
	font-family: 'Roboto Medium';
	font-size: 15px;
	color: #8d8d8d;
	text-align: center;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	position: absolute;
	top: 34px;
}

.table-specs {
	width: 210px;
	font-family: 'Roboto Regular';
	font-size: 15px;
	line-height: 24px;
	overflow: hidden;
	margin-top: 84px;
	margin-left: 44px;
	margin-bottom: 20px;
}

.more-wrap {
	width: 100%;
	height: 245px;
	position: relative;
}

.more {
	display: block;
	font-family: 'Roboto Bold';
	font-size: 25px;
	width: 453px;
	text-decoration: underline;
	letter-spacing: 3.6px;
	cursor: pointer;
	margin: auto;
	color: #000;
	position: relative;
	text-align: center;
	top: 100px;
}

.more:hover {
	text-decoration: none;
}

.table-mobile {
	display: none;
}

@media (max-width: 600px) {
	.container {
		background: none;
		background-color: #fff;
	}
	.room {
		width: 600px;
		background-color: transparent;
		box-shadow: none;
		margin-top: 0;
	}
	.room .number {
		display: block;
	}
	.room .name {
		width: 330px;
		height: 74px;
		padding: 0;
		text-align: left;
		font-size: 30px;
		top: 593px;
		left: 39px;
	}
	.room .main-photo {
		width: 600px;
		height: 466px;
		top: 0;
		left: 0;
	}
	.room .additionals {
		width: 100px;
		height: 100px;
		top: 479px;
	}
	.room .additional1 {
		left: 92px;
	}
	.room .additional2 {
		left: 251px;
	}
	.room .additional3 {
		left: 409px;
	}
	.room .description {
		width: 524px;
		height: 122px;
		font-family: 'Roboto Regular';
		font-size: 18px;
		line-height: 24px;
		text-align: justify;
		color: rgba(0, 0, 0, 0.6);
		top: 677px;
		left: 40px;
	}
	.room .price {
		font-family: 'Playfair Display Medium';
		font-size: 30px;
		top: 593px;
		left: 391px;
	}
	.room .application {
		font-size: 18px;
		letter-spacing: 0.2px;
		padding: 16px 69px;
		background-color: #84a017;
		border: none;
		color: #fff;
		text-transform: lowercase;
		top: 819px;
		left: 160px;
	}
	.room .application:hover {
		background-color: #84a017;
	}
	.room .application-des {
		display: none;
	}
	.room .application-mob {
		display: block;
	}
	.mobile-rectangle {
		display: block;
		height: 160px;
		width: 100%;
 		background: url(/img/texture_x2_mobile.png);
		position: absolute;
		top: 898px;
		left: 0;
	}
	.room .specs-des {
		font-size: 18px;
		color: rgba(0, 0, 0, 0.75);
		letter-spacing: 0.3px;
		left: 39px;
	}
	.room .room-size-des {
		top: 922px;
	}
	.room .sleeping-places-des {
		top: 1002px;
	}
	.room .view-des {
		top: 962px;
	}
	.room .specs {
		width: 339px;
		height: 42px;
		font-family: 'Roboto Medium';
		font-size: 18px;
		overflow: hidden;
		left: 259px;
  
	}
	.room .specs sup {
		font-size: 10px;
	}
	.room .room-size {
		letter-spacing: 1.8px;
		top: 922px;	
	}
	.room .sleeping-places {
		top: 1002px;
	}
	.room .view {
		top: 962px;
	}
	.room table {
		display: none;
	}
	.more-wrap {
		display: none;
	}
	
	.table-mobile {
		display: block;
		position: relative;
		margin-top: 1082px;
	}	
	.tm-caption	{
		font-family: 'Roboto Medium';
		font-size: 18px;
		text-transform: uppercase;
		padding-left: 39px;
	}
	
	.tm-content {
		font-family: 'Roboto Regular';
		font-size: 18px;
		color: rgba(0, 0, 0, 0.6);
		margin-left: 20px;
		margin-top: 12px;	
		list-style-type: circle;
	}
	.tm-content:last-child {
		margin-bottom: 40px;
	}
	.tm-content li {
		margin: 9px 0;
	}
	.tm-content-fix1 {
		color: rgba(0, 0, 0, 1);
		margin-left: -21px;
		font-size: 13px;
		font-weight: bold;
	}
	.tm-content-fix2 {
		color: rgba(0, 0, 0, 1);
		margin-left: -21px;
		font-size: 13px;
		font-weight: bold;
		position: relative;
		top: -25px;
		background-color: #fff;
		margin-bottom: -20px;
	}
}


/* Стили окна бронирования */
.request .option-inputs {
	width: 22.5vh !important;
}

@media (max-width: 600px) {
	.request .option-inputs {
		width: 432px !important;
	}
}